-
I have an application in Angular4 that shall not be accessable for non signed in users. I'm using Angular Guards to check for the logged in state and redirecting to signin if necessary.
```
canAct…
-
There is a strange issue that looks similar to other posted issues but can't quite figure it out. After logging in and being redirected back to the app the page loads 3 or 4 times in a row. After that…
-
Currently we are trying to develop application with angular4 with ignite ui,
and we use Angular4 router with ignite ui controls,
we found that ignite ui control may not be correctly garbage collec…
-
##### **Overview of the issue**
Unable to generate entity named 'Subscription' in Angular 4 app.
##### **Motivation for or Use Case**
Subscription is a common entity in many verticals. Being…
-
This is not a bug, but i have not found information in another site
i'm lost about graphql and arangodb concepts.
Why need to learn aql , or cypher,etc, i'd like to have a graphql database , whi…
-
Hi
I am working my way through the angular 4 tutorial NgModules (https://angular.io/docs/ts/latest/guide/ngmodule.html#!#root-module) and I am implementing this in my Meteor App. This all works fin…
-
I'm wondering for a typescript project, do we still need to put `es6` in the stack.
Without it, I'm getting following error
config options
----
```
"options": {
"backendBuildDir…
-
This seems like a bug to me...
I have created a simple reducer which logs out the action that comes in:
```
import {ActionReducer, Action} from "@ngrx/store";
import {State, intitialState} fro…
-
Hello,
I 'm having "bad csrf token", in my request header there is nothing about XSRF-TOKEN.
I just installed the bundle with the configuration in the doc and I disabled the csrf protection in the f…
-
# Looking at this solution angular2
` state: string = '';
error: any;
constructor(public af: AngularFire,private router: Router) {
this.af.auth.subscribe(auth => {
if(auth) {…