Constructors
Properties
Methods
deleteComponent
- deleteComponent<T>(selector: string): void
Returns void
deleteDirective
- deleteDirective<T>(selector: string): void
Returns void
deleteInjectable
- deleteInjectable<T>(name: string): void
Returns void
deletePipe
- deletePipe<T>(name: string): void
Returns void
directiveHasInput
- directiveHasInput<T>(
input: string,
directiveType?: "attributes" | "structural",
): boolean Parameters
- input: string
- directiveType: "attributes" | "structural" = 'attributes'
Returns boolean
hasComponent
- hasComponent<T>(selector: string): boolean
Returns boolean
hasDirective
- hasDirective<T>(selector: string): boolean
Returns boolean
hasInjectable
- hasInjectable<T>(name: string): boolean
Returns boolean
hasInput
- hasInput<T>(model: Object, eventName: string): false | PropertyRef
Parameters
- model: Object
- eventName: string
hasOutput
- hasOutput<T>(model: Object, eventName: string): false | PropertyRef
Parameters
- model: Object
- eventName: string