Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1c69566

Browse files
Updated ngmodule guide and ngmodule faq with routing module prose
1 parent 33931c2 commit 1c69566

File tree

5 files changed

+210
-179
lines changed

5 files changed

+210
-179
lines changed

public/docs/_examples/ngmodule/ts/app/app.module.3.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import { UserService } from './user.service';
1111

1212
/* Feature Modules */
1313
import { ContactModule } from './contact/contact.module.3';
14+
15+
/* Routing Module */
1416
import { AppRoutingModule } from './app-routing.module.3';
1517

1618
@NgModule({

public/docs/_examples/ngmodule/ts/app/app.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import { AppComponent } from './app.component';
1010
/* Feature Modules */
1111
import { ContactModule } from './contact/contact.module';
1212
import { CoreModule } from './core/core.module';
13+
14+
/* Routing Module */
1315
import { AppRoutingModule } from './app-routing.module';
1416

1517
@NgModule({

0 commit comments

Comments
 (0)