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

@ -0,0 +1,10 @@
<!-- #docregion -->
<!-- #docregion v1 -->
<h1 highlight>{{title}}</h1>
<!-- #enddocregion v1 -->
<!-- #docregion ngIf -->
<p *ngIf="user">
<i>Welcome, {{user}}</i>
<p>
<!-- #enddocregion ngIf -->