Dart Documentationangular.coreNgAttachAware

NgAttachAware abstract class

Implementing directives or components attach method will be called when the next scope digest occurs after component instantiation. It is guaranteed that when attach is invoked, that all attribute mappings have already been processed.

abstract class NgAttachAware {
 void attach();
}

Subclasses

InputSelectDirective, LogAttrDirective, OptionValueDirective

Methods

abstract void attach() #