This repository will help angular projects to add name attributes based on the host module to an element.
import { NgSelectorModule } from 'ng-selector';
<custom-module>
<my-button ng-selector selector-name="login"></my-component>
</custom-module
<custom-module>
<my-component name="custom-module-login"></my-component>
</custom-module
Features | Description | |
---|---|---|
AOT compatible | X | directive can be compiled using AOT feature |