-
Hello guys,
I have two weird red warnings at `TypeScript` compiling. They became after update to the latest versions of `@ngrx/core` and `@ngrx/store`:
```
"@ngrx/core": "^1.1.0",
"@ngrx/store":…
-
Hi,
There is an error while using it with Karma:
ERROR in C:/Dev/GitLab/arya/node_modules/ng2-logger/src/log.ts (99,46): Property 'clear' does not exist on type 'Console'.
C:/Dev/GitLab/arya/node…
-
`**build.gradle**:
group 'org.vinay.rest'
version '1.0-SNAPSHOT'
apply plugin: 'groovy'
apply plugin: 'java'
sourceCompatibility = 1.8
repositories {
mavenCentral()
jcenter()
}
…
-
Im using auth0-java in a SpringBoot application with ng2 on the front side.
Authentication and authorisation goes well but when I can't get user info from the JWT token on the server.
While UserProfil…
-
Hi!
I am using this module for a project.
I am following the Angular Cookbook ( https://angular.io/docs/ts/latest/cookbook/aot-compiler.html ) for AOT-compiling. An error occurs when I'm executing *…
-
Hi all,
I was wandering if there a way to intercept a log message before outputting to console ?
I would like to add a data prefix to to each log.
Thanks
-
We need to build a controlled `console.log`.
Here is the suggestion from Allen.
1. create an object `Konsole` at `@ngui/utils` with static variables
* Konsole.LOG_LEVEL
* Konsole.DEBUG
…
-
It seems that the logger is working in jit, but not aot mode.
Working: ng serve
Not working: ng serve --aot
Having the module imported in app.module.ts
`
imports: [
BrowserModule,
…
-
there are lot errors like this
Error TS1005 Build:';' expected.
Error TS1109 Build:Expression expected.
Error TS1128 Build:Declaration or statement expected.
Error TS1138 Build:Parameter declara…
-
I got the demo to work, but when adding this plugin to [angular2-seed-advanced](https://github.com/NathanWalker/angular2-seed-advanced) I keep getting this error:
```
JS: Error in firebase.init: Type…