SAP / ui5-webcomponents-ngx

UI5 Web Components for Angular provides directives for each UI5 Web Component. The directives allow to easily build your Angular application following the SAP Design System.
https://ui5-webcomponents-ngx.netlify.app/
Apache License 2.0
23 stars 4 forks source link

Error with "@ui5/theming-ngx" #116

Closed joseserrano15 closed 4 months ago

joseserrano15 commented 4 months ago

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

  1. Install 0.3.0-rc.1 version in an Angular 17 project
  2. Run ng serve

Context

Log Output / Stack Trace / Screenshots

image

Priority

g-cheishvili commented 4 months ago

Do you have @ui5/theming-ngx@0.3.0-rc.1 installed?

joseserrano15 commented 4 months ago

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 4 months ago

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 4 months ago

I didn't know. I installed it and it worked without problems, thank you and sorry for the inconvenience.