ymanager/frontend/src/app/app.component.html @ 37412123
1 | 37412123 | Václav Jirák | <b>Post test: </b> {{ postTestResponse }} <br> |
---|---|---|---|
2 | <b>Get test: </b> {{ getTestResponse }} <br> |
||
3 | <b>EN Hello world test: </b> {{ enHelloWorldResponse }} <br> |
||
4 | <b>CZ Hello world test: </b> {{ czHelloWorldResponse }} <br> |
||
5 | <b>Database test: </b> {{ databaseResponse }} <br> |
||
6 | <router-outlet></router-outlet>
|