BETTERZON-29: Adding module .iml files

This commit is contained in:
2020-11-15 11:07:43 +01:00
parent 21b4f19c33
commit a9b60ad0f5
11 changed files with 86 additions and 580 deletions
+1 -3
View File
@@ -3,13 +3,11 @@ 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,
TestComponent
HelloWorldComponent
],
imports: [
BrowserModule