When I try to generate component using angular CLI ng generate component test --skip-import or ng generate component test -m app.module.ts I have an error tree.actions.filter(...).map(...).at is not a function
Does anyone know how to fix it?
I tried to update the Angular CLI to the latest version globally and in the project. I tried to remove and reinstall the @angular/cli package globally and in the project.