Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/damingerdai/ngx-dom-confetti

Celebrate success with dom confetti on angular projects!
https://github.com/damingerdai/ngx-dom-confetti

angular dom-confetti

Last synced: 2 months ago
JSON representation

Celebrate success with dom confetti on angular projects!

Awesome Lists containing this project

README

        

# Ngx Dom Confetti

[Dom Confetti](https://www.npmjs.com/package/dom-confetti) for Angular

# Install

for npm user

```bash
npm install ngx-dom-confetti
```

for yarn user

```bash
yarn add ngx-dom-confetti
```

for pnpm user

```bash
pnpm install ngx-dom-confetti
```

# Use

import `NgxDomConfettiModule` to `AppModule`

```ts
import { NgxDomConfettiModule} from 'ngx-dom-confetti';

@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
BrowserAnimationsModule,

NgxDomConfettiModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
```

use `ngx-dom-confetti`

```html


Hit Me!

```

# license

[MIT](https://github.com/damingerdai/ngx-dom-confetti/blob/master/LICENSE)