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

(docs) Correct the module name in the README.md #52

Closed TobiasOetzel closed 1 year ago

TobiasOetzel commented 1 year ago

Description

Tried to get started with this library, and it was not working

During Implementation
  1. Documentation and Example validations
PR Quality
netlify[bot] commented 1 year ago

Deploy Preview for ui5-webcomponents-ngx ready!

Name Link
Latest commit 63e331630e8b2b727bd02b3afe0ebef7682db1cf
Latest deploy log https://app.netlify.com/sites/ui5-webcomponents-ngx/deploys/64251063dfedc900081ca4f5
Deploy Preview https://deploy-preview-52--ui5-webcomponents-ngx.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

cla-assistant[bot] commented 1 year ago

CLA assistant check
All committers have signed the CLA.

TobiasOetzel commented 1 year ago

I also noticed i had to do more steps for the setup, but i am not sure if it is intended or a bug: i added the following dependencies to my project.

    "@ui5/theming-ngx": "0.1.0",
    "@ui5/webcomponents": "1.11.0",
    "@ui5/webcomponents-fiori": "1.11.0",
    "@ui5/webcomponents-icons-business-suite": "^1.11.0",
    "@ui5/webcomponents-icons-tnt": "1.11.0",

Before that, angular refused to compile it

Now its working and i got some components rendered 👍