Last active
January 24, 2017 12:12
-
-
Save mtrl/1298ce006a4bdbd0990224d84931aebf to your computer and use it in GitHub Desktop.
app.component.ts changes for logging
This file contains 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
import {LoggerService} from ‘./logger-service’; | |
import {Logger} from “angular2-logger/core”; | |
… | |
@Component({ | |
… | |
providers: [LoggerService, Logger] | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment