This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -762,7 +762,7 @@ a#hero-module
762
762
+ makeExample('ngmodule/ts/app/hero/hero.module.3.ts' , 'class' , 'app/hero/hero.module.ts (class)' )( format ='.' )
763
763
:marked
764
764
It imports the `FormsModule` because the `HeroDetailComponent` template binds with `[(ngModel)]`.
765
- It imports a `routing` object from `hero.routing.ts` just as `ContractModule ` and `CrisisModule` do.
765
+ It imports a `routing` object from `hero.routing.ts` just as `ContactModule ` and `CrisisModule` do.
766
766
767
767
The `CrisisModule` is much the same. There's nothing more to say that's new.
768
768
@@ -785,7 +785,7 @@ a#shared-module
785
785
* move the `UserService` and `TitleComponent` from `app/` to `app/shared`
786
786
* delete the `HighlightDirective` classes from `app/` and `app/hero`
787
787
* create a `SharedModule` class to own the shared material
788
- * updata all other modules to import `SharedModule`
788
+ * update all other modules to import `SharedModule`
789
789
790
790
Most of this is familiar blocking and tackling.
791
791
.l-sub-section
You can’t perform that action at this time.
0 commit comments