The above ng add command doesn’t seem to add the components into my project. Can someone please tell me what I am doing wrong. According to the doc, it was suppose to do the following: (Thanks in advance)
The ng add jqwidgets-ng command executes the following actions:
Adds the jqwidgets-ng package as a dependency.
Imports the Modules in the current application module.
Registers the default jQWidgets UI theme in the angular.json file.
Add Roboto fonts to your index.html
Add the Material Icon font to your index.html
Add global styles to
Remove margins from body
Set height: 100% on html and body
Make Roboto the default font of your app
Adds all required peer dependencies to package.json.
Triggers npm install to install the theme and all peer packages that are added.