-
Notifications
You must be signed in to change notification settings - Fork 34
Uncaught TypeError: (void 0) is not a constructor for -prod mode #32
Comments
Hi, I have the same problem, I can't compile my app in IOS with production flag |
I am also facing the same issue when running following cmd. |
same here, digging further, I can see the following:
shared.module.ts: is one of my components, where it already has
doesn't see the changes This issue happens when the html element changes or updates, i.e the selected.Html changes below
I think it's not compatible with AOT compiler as from the module.js, I can only see Jit compiler, switching the compiler solves the problem |
I'm using ng-dynamic for a project(ionic 3).
when i do build android in development mode it works...but fails with the production flag.
This is the error:
The text was updated successfully, but these errors were encountered: