Sam Felix
Sam Felix
I like it how ng2-translate solves this: ``` @NgModule({ imports: [ BrowserModule, HttpModule, TranslateModule.forRoot({ provide: TranslateLoader, useFactory: (http: Http) => new TranslateStaticLoader(http, '/assets/i18n', '.json'), deps: [Http] }) ], bootstrap: [AppComponent]...
@langley-agm often you want to track behaviour/logging on production system with clients (like real users that don't check the console.log()) and then you want to get those logs to a...
The console.log part should be abstracted into a function which calls another LogBacken service that I can reject/replace. The default one would be the console.log Backend service, and then I...
the goal is to have every separate match shown so you can jump to them separately I started by counting and collecting them