0.0.1 • Published 5 years ago

ngx-honk v0.0.1

Weekly downloads
7
License
-
Repository
github
Last release
5 years ago

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.