docs: ignore files from app compilation for ngmodule-faq example (#28592)

PR Close #28592
This commit is contained in:
Brandon
2019-02-07 16:55:46 +00:00
committed by Miško Hevery
parent 2852beaded
commit 21b5940abd
7 changed files with 3 additions and 47 deletions

View File

@ -13,8 +13,8 @@ import { AppComponent } from './app.component';
// #enddocregion
*/
// #docregion
import { HighlightDirective } from './highlight.directive';
import { TitleComponent } from './title.component';
import { HighlightDirective } from './highlight.directive.1';
import { TitleComponent } from './title.component.1';
import { UserService } from './user.service';
/* Routing Module */