Carl Bergenhem
Product Manager @KendoUI. Web developer, speaker, and video gaming aficionado.
Carl Bergenhem
Progress Software
Manager, Sales Engineering
@carlbergenhem
Carl Bergenhem
Progress Software
Manager, Sales Engineering
@carlbergenhem
Mike Guerra
Progress Software
Inside Sales Representative
Michael.Guerra@progress.com
Carl Bergenhem
Progress Software
Manager, Sales Engineering
@carlbergenhem
Joseph Mello
Progress Software
Inside Sales Representative
joseph.mello@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";
By Carl Bergenhem
Overview of the Kendo UI for Angular JavaScript library serving as a quick intro to the library.
Product Manager @KendoUI. Web developer, speaker, and video gaming aficionado.