docs: fix typo in structural directive example (#32459)
Fixes #32458 PR Close #32459
This commit is contained in:
parent
e213080c0b
commit
cfa09b84dd
|
@ -12,7 +12,7 @@ import { Directive, Input, TemplateRef, ViewContainerRef } from '@angular/core';
|
||||||
* then the templated elements are removed removed from the DOM,
|
* then the templated elements are removed removed from the DOM,
|
||||||
* the templated elements are (re)inserted into the DOM.
|
* the templated elements are (re)inserted into the DOM.
|
||||||
*
|
*
|
||||||
* <div *ngUnless="errorCount" class="success">
|
* <div *appUnless="errorCount" class="success">
|
||||||
* Congrats! Everything is great!
|
* Congrats! Everything is great!
|
||||||
* </div>
|
* </div>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue