docs(promise_pipe.ts): correct "async" pipe
the syntax is now combined with `|async` rather than separate `|promise`
This commit is contained in:

committed by
Victor Berchet

parent
7ff17db113
commit
8ad0205948
@ -23,7 +23,7 @@ export var __esModule = true;
|
|||||||
* changeDetection: ON_PUSH
|
* changeDetection: ON_PUSH
|
||||||
* })
|
* })
|
||||||
* @View({
|
* @View({
|
||||||
* inline: "Task Description {{description|promise}}"
|
* inline: "Task Description {{description|async}}"
|
||||||
* })
|
* })
|
||||||
* class Task {
|
* class Task {
|
||||||
* description:Promise<string>;
|
* description:Promise<string>;
|
||||||
|
Reference in New Issue
Block a user