0.0.4 • Published 6 years ago

ngx-nat-link v0.0.4

Weekly downloads
14
License
-
Repository
github
Last release
6 years ago

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>
0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago