W3cubDocs

/Angular 4 TypeScript

Pipe

Stable Interface

Interface Overview

interface Pipe {
  name : string
  pure : boolean
}

Interface Description

Pipe decorator and metadata.

Interface Details

name : string
pure : boolean

exported from core/index, defined in core/src/metadata/directives.ts

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/docs/ts/latest/api/core/index/Pipe-interface.html