-
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
AoT support #211
Merged
Merged
AoT support #211
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
BREAKING CHANGE: NPM Package now comes with ES6 Module version (ESM) and an ES5 UMD bundle (1 file), this should'nt have any effect. (CJS version removed) ES6 version contains `d.ts` files as well as `metadata.json` files for AoT Compilation. This breaking change mainly effect the development process of angular2-modal. To support AoT a complete restructiing of the NPM package and build process was needed. Some devDependencies removed and some changed. Development process is now managed by Webpack 2. It is recommended to delete the node_modules directory and `npm install` again. closes #206 closes #207 closes #204
39e4b92
to
9db8f5e
Compare
Looks good to me. 2.0.0 compiles in the AoT compiler in my app. I'm looking forward to the day when the tooling around ng2 settles down a bit and we don't have to rewrite the build process every 2 months. |
I spoke too soon, my app doesn't compile with angular2-modal 2.0.0. I'll file a proper issue in a bit. |
Having a tough morning. After clearing the cache, everything is fine. No issue from me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@isaacplmann
This is the PR with you commit inside (squashed)
Please review.
Thanks!