Answers for "what is polyfills in angular"

0

what is polyfills in angular

the polyfills. ts file is used to make user application compatible for various browsers. The code we write in Angular 2 is mostly in ES6, which is not compatible with Firefox or IE, and requires few environmental setups before they wither get viewed or used in browsers.
Posted by: Guest on April-27-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language