ngx-honk
v0.0.1
Published
Time to get honky
Downloads
6
Maintainers
Readme
NgxHonk
I blame Jason Lengstorf
npm install ngx-honk
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
+ import { NgxHonkModule } from 'ngx-honk';
@NgModule({
declarations: [ AppComponent ],
imports: [
BrowserModule,
+ NgxHonkModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
To enable
<!-- my-component.html -->
<a href="https://ionicframework.com" target="_blank" data-honk="true">Go to website</a>
To remove
Just remove data-honk="true"
from your tags.