Skip to content

Instantly share code, notes, and snippets.

@mtrl
Last active January 24, 2017 12:12
Show Gist options
  • Save mtrl/1298ce006a4bdbd0990224d84931aebf to your computer and use it in GitHub Desktop.
Save mtrl/1298ce006a4bdbd0990224d84931aebf to your computer and use it in GitHub Desktop.
app.component.ts changes for logging
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