-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Not working with build optimizer enabled on Angular CLI #102
Comments
i will check this ... hopefully this week. Or you can try to solve it |
Has anyone managed to solve this one? |
there is an issue in the angular cli repo: angular/angular-cli#6196 and check the first answer here: hopefully that helps. |
It should have been fixed with |
I was having a look at this issue. If we import I'm not sure if it's a |
The latest version of the library isn't working when enabling the
build-optimizer
flag using the Angular CLI (1.6.4). I get anUncaught TypeError: Cannot read property 'call' of undefined
error.Steps to set up and reproduce
Then, try opening the dist folder. The error above will be logged into the console. Maybe related to #74?
The text was updated successfully, but these errors were encountered: