You need to make sure you have the @angular/localize package first:
npm install @angular/localize --save
Then, import '@angular/localize/init' in your polyfills.ts file just like the error says
You need to make sure you have the @angular/localize package first:
npm install @angular/localize --save
Then, import '@angular/localize/init' in your polyfills.ts file just like the error says