-
The current [README.md](https://github.com/code-chunks/angular2-logger/blob/master/README.md) explain how to add angular2-logger to the quickstart project but if one is using [angular-cli](https://git…
-
AoT doesn't seem to like:
`import { Logger, LOG_LOGGER_PROVIDERS } from 'angular2-logger/core';`
Errors with:
```
Error at /Users/phil/Documents/Projects/aot/src/app/app.module.ngfactory.ts:…
-
Following the install instructions & getting this with ionic 2:
```
[11:18:03] ionic-app-scripts 0.0.48
[11:18:03] build dev started ...
[11:18:03] clean started ...
[11:18:03] clean finis…
-
Server crashes on directory traversal attempt with invalid UTF-8 character
A scheduled scan kicked off on our network and crashed my npm-lite server. Checking the logs, the crash was on a GET for /%8…
-
HI, I am converting my angular project form 4.3 to 5.0 ,, I installed the"angular2-logger": "^0.6.0",
but its not working in 5.0
I got below error.
> ERROR in ./node_modules/angular2-logger/app/c…
-
Every other methods: `error, warn, info, log` work fine and print the value, but `debug` prints nothing and no error message to be found.
Using chrome `Version 59.0.3071.115 (Official Build) (64-b…
-
Hi, just looking for information/help.
I'm trying to use the notification service along with a custom exception handler class that extends Angular 2's ExceptionHandler.
```
@Injectable()
export clas…
-
When I upgraded to Angular 2.4, I also had to add 'Options' (along with 'Logger') to my list of providers. Otherwise I received a DI error.
My dependancies:
> "dependencies": {
> "@angular/…
-
`Uncaught Error: StaticInjectorError[i]: StaticInjectorError[i]: NullInjectorError: No provider for `i!``
The app work correctly when 'serve' or 'build' but got error 'StaticInjectorError' when bui…
ghost updated
6 years ago
-
Is there any way to include the Component name along with the string being logged? For example if I'm logging **"Function getMusicData() called"** inside a Component called Music. I would want my logg…