Created
March 2, 2017 14:34
-
-
Save brunokrebs/63abe2022a97afe5469da1b6b677a05a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ... 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