mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ebbc7a27e8
Angular recently gained a local compilation mode (see commit
345dd6d81a). This is intended to be used
with the TypeScript compiler option isolatedModules, which bans imports
of const enums.
This changes all const enums tagged with @publicApi to regular enums.
Fixes #46240
PR Close #51670