-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
🐞 bug report
Description
According to the upgrade to TypeScript 3.9 in last v10 beta, Angular should upgrade to tslib v2 (releases notes) and requires v2 as minimum peerDependency.
This is especially important in ng g library
schematics, to avoid library authors to have to support multiple tslib versions, with potentially unexpected issues.
Related issue in Angular repo: angular/angular#37188