Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

This version of CLI is only compatible with Angular versions ^17.0.0, how to fix

I have added "@angular-architects/module-federation": "^17.0.1", after that i am getting this error as version compatible. working on micro-services. how to fix this? package.json: ...
Debasish's user avatar
2 votes
1 answer
1k views

After Angular upgrade to 16 - error NG8004: No pipe found with name 'txtTranslate'

I have updated my Angular app from Angular 15 to 16. I got few compilation errors with few node packages and i resolved them. Even after that getting many errors as below as ng serve error NG8004: No ...
Priya Ganesan's user avatar
0 votes
1 answer
1k views

What is the optimal folder structure for a an enterprise Angular 16 project that helps with scalability and maintainability in a long term?

I'm about to start a fairly substantial Angular project that will implement several features and modules. I'm currently uncertain about the optimal folder structure to choose in order to make the ...
abdou_behind_the_code's user avatar
1 vote
0 answers
140 views

After Angular upgrade to 16 , ng serve compilation fails with many errors

After Angular upgrade from 15 to 16. Ng serve fails with typescript compilation errors from src/app/feature/videocall-activity-window/videocall-activity-window.component.html:2:38 - error NG8002: Can'...
Priya Ganesan's user avatar
3 votes
3 answers
6k views

After upgrading from Angular 15 to Angular 16, compile error occurs

After the upgrade from angular 15 to angular 16 ,the application is not working, there is an issue showing the console that Error: Unexpected value 'JpTimeMaskModule' imported by the module '...
Vinu PR's user avatar
  • 253