Skip to content

Commit 27b76e3

Browse files
committed
refactor
1 parent 3b55aa7 commit 27b76e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AspnetRun.Web/src/app/app.module.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ import { CoreModule } from './core/core.module';
99
import { SharedModule } from './shared/shared.module';
1010

1111
@NgModule({
12-
declarations: [
13-
AppComponent,
14-
],
1512
imports: [
1613
BrowserModule.withServerTransition({ appId: 'ng-cli-universal' }),
1714
BrowserAnimationsModule,
1815
AppRoutingModule, // Main routes for application
1916
CoreModule, // Singleton objects (services, components that are loaded only once, etc.)
2017
SharedModule, // Shared (multi-instance) objects
2118
],
19+
declarations: [
20+
AppComponent,
21+
],
2222
providers: [],
2323
bootstrap: [AppComponent]
2424
})

0 commit comments

Comments
 (0)