Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2017 14:35
Show Gist options
  • Save brunokrebs/5591f9037ad9d59bef70280e0c27cae2 to your computer and use it in GitHub Desktop.
Save brunokrebs/5591f9037ad9d59bef70280e0c27cae2 to your computer and use it in GitHub Desktop.
// ... other imports
import { SlimLoadingBarService } from 'ng2-slim-loading-bar';
// ... component definition
export class AppComponent {
constructor(private authService: AuthService, private slimLoading: SlimLoadingBarService) { }
// ... method definitions
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment