'Can angular polyfills.ts file be safely removed
Now that angular is working with Ivy and decided to abandon internet explorer.
Shall we safely remove the polyfills.ts
file in our Angular >= v13
project?
Solution 1:[1]
According to the docs, Angular has a mandatory polyfill for zone.js
. Without this polyfill, your application may not work. So it is not safe to remove the polyfills.ts
file.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | JSON Derulo |