You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
Our AOT transformer is always changing the bootstrap call to bootstrapModuleFactory which is not valid for Ivy compatible modules.
Describe the solution you'd like
The transformer should bootstrapModule or bootstrapModuleFactory based on the enableIvy flag.
Is your feature request related to a problem? Please describe.
Our AOT transformer is always changing the bootstrap call to
bootstrapModuleFactory
which is not valid for Ivy compatible modules.Describe the solution you'd like
The transformer should
bootstrapModule
orbootstrapModuleFactory
based on theenableIvy
flag.Additional context
https://next.angular.io/guide/ivy
The text was updated successfully, but these errors were encountered: