Represents a dynamically-created directive with bindings targeting it specifically.
interface DirectiveWithBindings<T> { type: Type<T>; bindings: Binding[]; }
Type<T>
Directive type that should be created.
Binding[]
Bindings that should be applied to the specific directive.
Super-powered by Google ©2010–2025.Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0. https://angular.dev/api/core/DirectiveWithBindings