Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2017 14:34
Show Gist options
  • Save brunokrebs/63abe2022a97afe5469da1b6b677a05a to your computer and use it in GitHub Desktop.
Save brunokrebs/63abe2022a97afe5469da1b6b677a05a to your computer and use it in GitHub Desktop.
// ... other module imports
import { SlimLoadingBarModule } from 'ng2-slim-loading-bar';
@NgModule({
// ... declarations
imports: [
// ... other imports
SlimLoadingBarModule.forRoot()
],
// ... providers and bootstrap
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment