fix(core): make name
in Pipe
non optional
This commit is contained in:
@ -1100,7 +1100,7 @@ export interface PipeDecorator {
|
|||||||
* @stable
|
* @stable
|
||||||
*/
|
*/
|
||||||
export interface Pipe {
|
export interface Pipe {
|
||||||
name?: string;
|
name: string;
|
||||||
pure?: boolean;
|
pure?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user