ymanager/frontend/src/app/app.component.html @ dc394493
1 | dc394493 | 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>
|