Skip to content
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(aot): update library code and compilation tool to be AoT compatible #21

Merged
merged 1 commit into from
Jan 4, 2017

Conversation

tinesoft
Copy link
Contributor

@tinesoft tinesoft commented Jan 3, 2017

  • ts files are now compiled with @angular/compiler-cli (ngc) instead of tsc
  • *.metadata.json are now published along with *.d.ts files (Fixes Showing error when I import "ShareButtonsModule" in application #17)
  • index.ts have been renamed into share-buttons.module.ts and moved to src folder
  • new index.ts importing the share-buttons.module.ts has been added to src folder
  • gulp tasks have been reorganized and useless plugin removed (merge2 sourcemaps,...)

- ts files are now compiled with `@angular/compiler-cli` (ngc) instead of tsc
- `*.metadata.json` are now published along with `*.d.ts files` (Fixes MurhafSousli#17)
- `index.ts` have been renamed into `share-buttons.module.ts` and moved to `src` folder
- new `index.ts` importing the `share-buttons.module.ts` has been added to `src` folder
- gulp tasks have been reorganized and useless plugin removed (merge2 sourcemaps,...)
@MurhafSousli MurhafSousli merged commit 114005c into MurhafSousli:master Jan 4, 2017
@tinesoft tinesoft deleted the feat_aot branch January 4, 2017 09:09
@tinesoft tinesoft mentioned this pull request Jan 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants