-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
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
Is it compatible with angular 5?? #25
Comments
Hello @fquirogam, It is compatible with angular 5. Could you detail the angular lib versions you are using, from your package.json. Thanks!! |
Hi @mauriciovigolo, "angular-devkit/build-optimizer": "0.0.41", |
Hi @fquirogam, I will give a try with this version, but I have already used with these before and higher also. Tks |
Ok thanks, Meanwhile I'll keep testing if it is due a compatibility with another non-angular library or so |
I kept looking over my error these days, is somehow possible that the libreary may not be compatible with angular-seed? Because I keep getting the error just importing the KeycloakAngularModule module |
Hi @fquirogam, I'm using it with angular 5 and I'm not having this problem. Could you tell me what seed you are using? |
I will close this issue since I didn't have any reply and it may be related to the seed you are using. If you have any further info or question about this, please send me a message. Thanks |
I'm guiding myselft through the example for implementing my usecase but I'm getting the same error again and again
Syntax error: Unexpected token <
I went through the code so many times that I really don't see nothing worng so, I want to ask if could be problem of using angular 5 instead of angular 4. Because just importing the KeycloakAngularModule gives me this error, only with that the app crushes
The text was updated successfully, but these errors were encountered: