docs(ngmodule): fix typo (#3050)

This commit is contained in:
Jurgen Van de Moere 2016-12-31 19:35:07 +01:00 committed by Jesús Rodríguez
parent f302146ccd
commit f69ef4ac36
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ a#import-name-conflict
+makeExample('ngmodule/ts/app/app.module.1b.ts', 'import-alias')(format=".")
:marked
This solves the immediate problem of referencing both directive _types_ in the same file but
leaves another problem unresoved as we discuss [below](#resolve-conflicts).
leaves another problem unresolved as we discuss [below](#resolve-conflicts).
:marked
### Provide the _ContactService_