Skip to content

Instantly share code, notes, and snippets.

@BjoernKW
Created August 17, 2018 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BjoernKW/84a113df14ea095db6395d39617f963d to your computer and use it in GitHub Desktop.
Save BjoernKW/84a113df14ea095db6395d39617f963d to your computer and use it in GitHub Desktop.
Using angular2-logger in production
import { Logger, Options } from 'angular2-logger/core';

...

{
  provide: Options,
  useValue: {
    store: false
  }
}

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment