mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-04-26 23:30:11 +00:00
BETTERZON-35 components created
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user