ViewDecorator

export interface ViewDecorator

exported from angular2/core defined in angular2/src/core/metadata.ts (line 85)

Interface for the ViewMetadata decorator function.

See ViewFactory.

Members

View(obj: {
  templateUrl?: string,
  template?: string,
  directives?: Array<Type | any[]>,
  pipes?: Array<Type | any[]>,
  renderer?: string,
  styles?: string[],
  styleUrls?: string[],
}) : ViewDecorator

Chain ViewMetadata annotation.