BETTERZON-33: Implementing API service class

This commit is contained in:
2020-12-02 09:57:03 +01:00
parent e91a0085f6
commit 24c64dd709
8 changed files with 99 additions and 39 deletions
@@ -1,4 +1,4 @@
<meta charset="UTF-8">
<p *ngFor="let person of testList">
{{person}}
<p *ngFor="let product of products">
{{product.name}}
</p>