Cannot use Ng-bootstrap in Angular 9
You'll need to both install the package and to import it in polyfills.ts
. The easiest way to achieve this is running:
ng add @angular/localize
You can try this:
npm install @angular/localize --save
You'll need to both install the package and to import it in polyfills.ts
. The easiest way to achieve this is running:
ng add @angular/localize
You can try this:
npm install @angular/localize --save