We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi please have a look at these modifcations: https://github.com/frankbenoit/angular2-authentication-sample/commit/5910ed3f19a45a84e338463ac1a5cee0fc97f477
I don't know if this is a problem in my pipe usage, in the auth sample code, or in angular2?!
I added a list of text item and a pipe to 'home'.
Good cases:
Now the bad case: Now with the pipe, not logged in and opening 'home' directly, an exception happens and the app crashes
Can you help?
The text was updated successfully, but these errors were encountered:
to change between good case and bad case, just change in home.html the line 15:
<li *ngFor="#item of items ">{{item}}</li> <li *ngFor="#item of items | orderBy">{{item}}</li>
Sorry, something went wrong.
Hi, I also work on a testing project where I added angular2-jwt. I have the exactly the same error like @frankbenoit
Tried to add pipe import in several places to see if it changes behaviour. Still the error.
Would you be able to post the stack trace here? What is the exception that is thrown? Thanks!
No branches or pull requests
Hi
please have a look at these modifcations:
https://github.com/frankbenoit/angular2-authentication-sample/commit/5910ed3f19a45a84e338463ac1a5cee0fc97f477
I don't know if this is a problem in my pipe usage, in the auth sample code, or in angular2?!
I added a list of text item and a pipe to 'home'.
Good cases:
the routeroutlet navigates to 'login'.
Now the bad case:
Now with the pipe, not logged in and opening 'home' directly, an exception happens and
the app crashes
Can you help?
The text was updated successfully, but these errors were encountered: