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