Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/ngx-honk
https://github.com/mhartington/ngx-honk
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/ngx-honk
- Owner: mhartington
- Created: 2019-10-02T12:15:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T12:02:42.000Z (over 4 years ago)
- Last Synced: 2024-12-07T17:44:16.398Z (19 days ago)
- Language: HTML
- Homepage:
- Size: 1.03 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```
## To remove
Just remove `data-honk="true"` from your tags.