-
Notifications
You must be signed in to change notification settings - Fork 241
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
Modal not closing Angular 2 version 2.0 + Angular Cli beta 15 #208
Comments
#188 fixed, not released yet. |
Same issue. Its working fine in normal demo application but when it used this inside Angular-Cli beta 15, I am getting error when closing modal. EXCEPTION: Uncaught (in promise): undefined I tried #188 but its not fixing the issue. Maybe I am missing something. When will you release the next version? |
@naveenprincep It should be released this week with AoT support for the CLI. |
@shlomiassaf Thanks for the fast release. I updated to new version but I am getting an error while initial loading Uncaught SyntaxError: Unexpected identifier Its pointing to |
Issue still exist in Angular cli beta 15 and 16. |
I need to check that... The new version now comes in 2 versions (in the same package)
I guess you'r setup is having issue dealing with the ES6 version, I need to check why. If you are not using a module bundler that support ES6 imports it will automatically resolve to the UMD so you'r setup supports that but can't parse the file. |
@shlomiassaf Thanks. Now its building but getting the issue mentioned in #188 |
#223 seems to fix the issue. Thanks |
This was working fine in Angular RC4 and Angular Cli beta 10, after upgrading to Angular 2 version 2.0 + Angular Cli beta 15 modal pop is not closing and getting the below error. issue : #188 doesn't seems to be fixed.
EXCEPTION: Uncaught (in promise): undefined main.bundle.js:40494
ORIGINAL STACKTRACE: main.bundle.js:40499
Error: Uncaught (in promise): undefined
at resolvePromise (http://localhost:4200/main.bundle.js:71961:31)
at PromiseCompleter.reject (http://localhost:4200/main.bundle.js:71938:13)
at http://localhost:4200/main.bundle.js:62135:27
at ZoneDelegate.invokeTask (http://localhost:4200/main.bundle.js:71768:37)
at Object.NgZoneImpl.inner.inner.fork.onInvokeTask (http://localhost:4200/main.bundle.js:58242:37)
at ZoneDelegate.invokeTask (http://localhost:4200/main.bundle.js:71767:42)
at Zone.runTask (http://localhost:4200/main.bundle.js:71668:47)
at ZoneTask.invoke (http://localhost:4200/main.bundle.js:71836:33) main.bundle.js:40500
Error {stack: "Error: Uncaught (in promise): undefined↵ at res…e (http://localhost:4200/main.bundle.js:71836:33)", rejection: undefined, promise: ZoneAwarePromise, zone: Zone, task: ZoneTask…}
The text was updated successfully, but these errors were encountered: