Set up your Angular project
Add Progress NPM registry
Add the Kendo UI Package to your project
npm install -g @angular/cli
ng new my-first-angular2-project
cd my-first-angular2-project
npm login --registry=https://registry.npm.telerik.com/ --scope=@progress
npm view @progress/kendo-angular-grid versions
npm install --save @progress/kendo-angular-buttons
// Import the ButtonsModule...
import { ButtonsModule } from '@progress/kendo-angular-buttons'
(Kendo UI for Angular)
"A runtime for building and running native iOS and Android apps with a single JavaScript code base"
!=
!=
!=
No DOM
No cross-compilation
Direct access to native APIs in JS
(NativeScript)
(NativeScript)