mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4a1c12c773
Removes `ViewEncapsulation.Native` which has been deprecated for several major versions. BREAKING CHANGES: * `ViewEncapsulation.Native` has been removed. Use `ViewEncapsulation.ShadowDom` instead. Existing usages will be updated automatically by `ng update`. PR Close #38882