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

Ready for AOT #10

Merged
merged 3 commits into from
Mar 26, 2017
Merged

Ready for AOT #10

merged 3 commits into from
Mar 26, 2017

Conversation

michielvermeir
Copy link
Contributor

Hello, some users were experiencing an issue (see #8) with AOT builds using Angular CLI. The issue revolved around using tsc instead of the Angular wrapper around it (i.e. ngc). ngc emits some files needed by Angular, more specifically, .metadata.json files.

I added @angular/compiler-cli, replaced references to tsc by ngc. I tested it against Angular 2.4.10.

@hendrathings hendrathings merged commit e4d8c0d into hendrathings:master Mar 26, 2017
@michielvermeir
Copy link
Contributor Author

michielvermeir commented Mar 26, 2017

Thanks! I also think this also fixes #6.

Oops, I didn't see you already pushed a new version to npm!

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.

None yet

2 participants