ng-selenium-tools
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

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

Features Description
AOT compatible X directive can be compiled using AOT feature

Readme

Keywords

none

Package Sidebar

Install

npm i ng-selenium-tools

Weekly Downloads

8

Version

1.0.7

License

ISC

Last publish

Collaborators

  • dennisfleischmann