DEV Community

brianreinhold
brianreinhold

Posted on

ng new [project name] generates no polyfills.ts file

I have created a few new angular projects using ng new. No polyfills.ts file is created. I have read that angular-cli supports polyfills so I assumed the file would be created.

Where do I get this file if ng new does not create it?

Top comments (0)