1.0.7 • Published 6 years ago

ng-selenium-tools v1.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

ng-selector

This repository will help angular projects to add name attributes based on the host module to an element.

import { NgSelectorModule } from 'ng-selector';

usage

<custom-module>
	<my-button ng-selector selector-name="login"></my-component>
</custom-module

html output

<custom-module>
	<my-component name="custom-module-login"></my-component>
</custom-module

Module Details

FeaturesDescription
AOT compatibleXdirective can be compiled using AOT feature
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago