Stable Interface
Interface Overview
1 2 3 4 | interface Pipe { name : string pure : boolean } |
Interface Description
Pipe decorator and metadata.
Interface Details
name : string
pure : boolean
exported from @angular/core/index, defined in @angular/core/src/metadata/directives.ts
Please login to continue.