You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides the ability to use a link and title (if icon is set) for action component:
**Using `[routerLink]` with `link` attribute:**
`<nb-action link="/" icon="nb-home" title="Home"></nb-action>`
**Using `href` for links other than `[routerLink]`:**
`<nb-action href="http://somesite.com" icon="nb-paper-plane" title="Some Site"></nb-action>`
Closes#814
Issue type
I'm submitting a ... (check one with "x")
Issue description
Original akveo/ngx-admin#1859
The text was updated successfully, but these errors were encountered: