BETTERZON-29: Adding hyperlink to blog just for fun

This commit is contained in:
2020-11-13 20:59:16 +01:00
parent f35bbafaa2
commit 7ae9524d06
3 changed files with 7 additions and 2 deletions
+3 -1
View File
@@ -3,11 +3,13 @@ import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { HelloWorldComponent } from './hello-world/hello-world.component';
import { TestComponent } from './test/test.component';
@NgModule({
declarations: [
AppComponent,
HelloWorldComponent
HelloWorldComponent,
TestComponent
],
imports: [
BrowserModule