Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 27b76e3

Browse files
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

Lines changed: 3 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /