BETTERZON-29: Adding test component

This commit is contained in:
2020-11-13 20:28:42 +01:00
parent 1c9387a496
commit f35bbafaa2
7 changed files with 6841 additions and 1895 deletions
+3 -1
View File
@@ -2,10 +2,12 @@ import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { HelloWorldComponent } from './hello-world/hello-world.component';
@NgModule({
declarations: [
AppComponent
AppComponent,
HelloWorldComponent
],
imports: [
BrowserModule