Hello, I am trying to use pagination , I followed the example on the angular documentation but got the following error
I already have localize installed.
I will add the code for the component and the app module in a sec
Error message
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 run `ng add @angular/localize` from the Angular CLI.
(For non-CLI projects, add `import '@angular/localize/init';` to your `polyfills.ts` file.
For server-side rendering applications add the import to your `main.server.ts` file.)