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

0.0.1 • Public • Published

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.

Package Sidebar

Install

npm i ngx-honk

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

70.1 kB

Total Files

23

Last publish

Collaborators

  • mhartington