-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(bundle): to UMD format #1098
Conversation
…eyboardEvent; Because 'global' doesn't exists...
I inline source maps because I let developpers to minimize by themself files (and removing comments). It avoids to have too many files. You can change it as your conveniance. |
Without this key mouse events, universal is not working :) |
can you leave here only .npmignore and make.js files? |
Done |
Please check that AoT works fine, |
My bad, i forgot to rollback some files |
ok, thing is |
ok, testing with system.js and ng-cli (webpack) |
ng-cli: normal and AoT versions both imports working fine ;) |
released as @beta, |
Quick fix from #1093