Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

feat: Support Angular Ivy modules with AOT #828

Merged
merged 2 commits into from
Mar 13, 2019
Merged

Conversation

DimitarTachev
Copy link
Contributor

The changes are based on the ones in the Angular CLI - angular/angular-cli@7347d88#diff-6b9947d457bac2310a5d25e102697423R85

PR Checklist

What is the current behavior?

The AOT transformer is always changing the bootstrap call to bootstrapModuleFactory which is not valid for Ivy compatible modules.

What is the new behavior?

The transformer is using bootstrapModule or bootstrapModuleFactory based on the enableIvy flag.

Connected to #827

@cla-bot cla-bot bot added the cla: yes label Mar 13, 2019
@ghost ghost assigned DimitarTachev Mar 13, 2019
@ghost ghost added the review label Mar 13, 2019
@DimitarTachev DimitarTachev changed the title Tachev/ivy support feat: Support Angular Ivy modules Mar 13, 2019
@DimitarTachev DimitarTachev changed the title feat: Support Angular Ivy modules feat: Support Angular Ivy modules with AOT Mar 13, 2019
@DimitarTachev DimitarTachev merged commit f476c56 into master Mar 13, 2019
@ghost ghost removed the review label Mar 13, 2019
@DimitarTachev DimitarTachev deleted the tachev/ivy-support branch March 13, 2019 11:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants