BETTERZON-42: Restructuring, creating necessary components, design of Product detail component

This commit is contained in:
2020-12-09 07:51:08 +01:00
34 changed files with 508 additions and 40 deletions
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-landingpage',
templateUrl: './landingpage.component.html',
styleUrls: ['./landingpage.component.css']
})
export class LandingpageComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}