We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b31cce commit 4ad4f59Copy full SHA for 4ad4f59
client/imports/app/app.module.ts
@@ -1,9 +1,17 @@
1
import { NgModule } from '@angular/core';
2
import { BrowserModule } from '@angular/platform-browser';
3
4
+import { AppComponent } from './app.component';
5
+
6
@NgModule({
7
imports: [
8
BrowserModule
9
+ ],
10
+ declarations: [
11
+ AppComponent
12
13
+ bootstrap: [
14
15
]
16
})
17
export class AppModule {}
0 commit comments