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