ngx-nat-link
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

ngx-nat-link

This project was generated with Angular CLI version 9.1.3.

What's this library

ngx-nat-link is a library to make various tags have the same routing behavior as the anchor tag.

For tags with this directive applied, Ctrl + left click or middle click to open a new tab.

nat means not anchor tag.

Usage

$ npm i ngx-nat-link
<button ngxNatLink [link]="'/test2'">Move Test2</button>
 
<!-- or -->
 
<div ngxNatLink [link]="'/test2'">
  Move Test2
</div>

Package Sidebar

Install

npm i ngx-nat-link

Weekly Downloads

3

Version

0.0.5

License

MIT

Unpacked Size

131 kB

Total Files

24

Last publish

Collaborators

  • kaito3desuyo