Ignacio Fuentes
Progress Software
Sales Engineer
ignacio.fuentes@progress.com
Ignacio Fuentes
Progress Software
Sales Engineer
Joseph Mello
Progress Software
Inside Sales Representative
joseph.mello@progress.com
ignacio.fuentes@progress.com
Set up your Angular project
Add the Kendo UI styles package
Add the Kendo UI Package of choice to your project
npm install -g @angular/cli;
ng new my-first-angular2-project --style=scss;
cd my-first-angular2-project;
npm install -S @progress/kendo-angular-buttons
// Import the ButtonsModule...
import { ButtonsModule } from '@progress/kendo-angular-buttons';
npm install --save @progress/kendo-theme-default
/* In src/styles.scss */
@import "~@progress/kendo-theme-default/scss/all";
"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