Error with "@ui5/theming-ngx"
joseserrano15 opened this issue · 4 comments
joseserrano15 commented
Bug Description
After running ng serve, an error related to "@ui5/theming-ngx" occurs, preventing the application from running.
Expected Behavior
The application should run without problems
Steps to Reproduce
- Install 0.3.0-rc.1 version in an Angular 17 project
- Run ng serve
Context
- UI5 Web Components version: {1.22.0}
- UI5 Web Components for Angular version: {0.3.0-rc.1}
- Angular Version: {17.2.0}
- OS/Platform: {Ubuntu}
- Browser: {Brave}
- Affected component: {All}
Log Output / Stack Trace / Screenshots
Priority
- Low
- Medium
- High
- Very High
g-cheishvili commented
Do you have @ui5/theming-ngx@0.3.0-rc.1 installed?
joseserrano15 commented
No, I don't have it in my package.json. Is it necessary to install it separately? In previous versions I never had to do it.
g-cheishvili commented
It needs to be installed, if you have installed our repo via ng-add it would have been in your deps automatically I believe
joseserrano15 commented
I didn't know. I installed it and it worked without problems, thank you and sorry for the inconvenience.