BETTERZON-35 components created

This commit is contained in:
rebooooorn
2020-12-02 18:49:46 +01:00
parent a9b60ad0f5
commit 1037a5fdcf
3 changed files with 24 additions and 8 deletions
+5 -1
View File
@@ -3,11 +3,15 @@ import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { HelloWorldComponent } from './hello-world/hello-world.component';
import { ProductDetailPageComponent } from './product-detail-page/product-detail-page.component';
import { FooterComponent } from './components/footer/footer.component';
@NgModule({
declarations: [
AppComponent,
HelloWorldComponent
HelloWorldComponent,
ProductDetailPageComponent,
FooterComponent
],
imports: [
BrowserModule
@@ -1,2 +1,2 @@
<p>hello-world works! Title: {{title}}</p>
<p>hello-world works! Title:</p>
<a href="https://blog.betterzon.xyz">Blog</a>