Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Support Angular 13 #2029

Open
jpike88 opened this issue Nov 11, 2021 · 0 comments
Open

Support Angular 13 #2029

jpike88 opened this issue Nov 11, 2021 · 0 comments

Comments

@jpike88
Copy link
Contributor

jpike88 commented Nov 11, 2021

With angular 12, ngcc could be used to upgrade any View Engine libraries to Ivy. Running it once after postinstall did the job.

But with 13, ngcc is no longer relevant as the linker itself is required to make the conversions.

A plugin will be required to use this linker.

One already exists for babel, see link below:
https://github.com/angular/angular/tree/master/packages/compiler-cli/linker/babel/src

angular/angular#43716

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant