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

docs(ngModule): fixed typos #2143

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/docs/ts/latest/guide/ngmodule.jade
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ a#hero-module
+makeExample('ngmodule/ts/app/hero/hero.module.3.ts', 'class', 'app/hero/hero.module.ts (class)')(format='.')
:marked
It imports the `FormsModule` because the `HeroDetailComponent` template binds with `[(ngModel)]`.
It imports a `routing` object from `hero.routing.ts` just as `ContractModule` and `CrisisModule` do.
It imports a `routing` object from `hero.routing.ts` just as `ContactModule` and `CrisisModule` do.

The `CrisisModule` is much the same. There's nothing more to say that's new.

Expand All @@ -785,7 +785,7 @@ a#shared-module
* move the `UserService` and `TitleComponent` from `app/` to `app/shared`
* delete the `HighlightDirective` classes from `app/` and `app/hero`
* create a `SharedModule` class to own the shared material
* updata all other modules to import `SharedModule`
* update all other modules to import `SharedModule`

Most of this is familiar blocking and tackling.
.l-sub-section
Expand Down