Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhartington/ngx-honk


https://github.com/mhartington/ngx-honk

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# NgxHonk

I blame [Jason Lengstorf](https://twitter.com/jlengstorf)

```bash
npm install ngx-honk
```

```diff
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

```html

Go to website

```

## To remove

Just remove `data-honk="true"` from your tags.