I started my first project in angular with ng-bootstrap and followed the installation procedure, but nevertheless It doesn't work.
The message is "Uncaught Error: It looks like your application or one of its dependencies is using i18n.
Angular 9 introduced a global $localize() function that needs to be loaded.
Please add import '@angular/localize'; to your polyfills.ts file."
Then I added in polyfill.ts the line
import '@angular/localize';
and now the message changed to
ERROR in ./src/polyfills.ts Module not found: Error: Can't resolve ' @angular/localize' in 'D:\source\mh\Reclamos-v2\src'
What should I install? What is the name of localize library?