Angular 6 new features
The next version of Angular will be faster and smaller. There will be support for the RxJS 6 library, improvements in the CLI and new features from the Angular Elements project.

Getting Started with Angular 6
The first step to get started, is to download and install jQWidgets from NPM or from our Download page.. The scripts, CSS files and typescript definitions are available in the NPM package: jqwidgets-scripts. In order to download also the demos and API documentation, you will have to install the jqwidgets-framework package.
For Angular 6, we prepared a template NPM package with our components and Angular CLI. The package is called: create-jqwidgets-angular-app. Many users tell us that this package is perfect for starters. On our documentation page: Angular Documentation you will find many useful tutorials and also the API documentation of our product.
Here is how to start with create-jqwidgets-angular-app:
npm i -g create-jqwidgets-angular-app
create-jqwidgets-angular-app my-app
cd my-app
npm start
Then open http://localhost:4200/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build.
About JQWidgets
JQWidgets provides a comprehensive framework for building professional web sites and mobile apps. It includes more than 60 User Interface Components. It works across devices and browsers and provides rich functionality and exceptional performance.