docs(pipes): fix @View
we all copy/pasta ObservablePipe which had the typo Closes #1958
This commit is contained in:
@ -18,10 +18,10 @@ export var __esModule = true;
|
||||
* selector: "username-cmp"
|
||||
* })
|
||||
* @View({
|
||||
* inline: "Username: {{ user | lowercase }}"
|
||||
* template: "Username: {{ user | lowercase }}"
|
||||
* })
|
||||
* class Username {
|
||||
* user:string;
|
||||
* user:string;
|
||||
* }
|
||||
*
|
||||
* ```
|
||||
|
Reference in New Issue
Block a user