docs(promise_pipe.ts): correct "async" pipe
the syntax is now combined with `|async` rather than separate `|promise`
This commit is contained in:
parent
7ff17db113
commit
8ad0205948
|
@ -23,7 +23,7 @@ export var __esModule = true;
|
|||
* changeDetection: ON_PUSH
|
||||
* })
|
||||
* @View({
|
||||
* inline: "Task Description {{description|promise}}"
|
||||
* inline: "Task Description {{description|async}}"
|
||||
* })
|
||||
* class Task {
|
||||
* description:Promise<string>;
|
||||
|
|
Loading…
Reference in New Issue