UNPKG

ngx-snowf

Version:

Snowfall component for React -- Let it snow on your page! ❄

20 lines (17 loc) 444 B
import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppComponent } from './app.component'; import { SnowfModule } from './snowf/snowf.module'; // import { SnowfModule } from '../../dist/snowf/ngx-snowf'; @NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule, SnowfModule ], providers: [], bootstrap: [AppComponent] }) export class AppModule { }