Kendo UI Installation Instructions in Angular 4– Step 1- Installation npm install - g @ angular / cli ng new my - first - angular - project -- style = scss cd my - first - angular - project Step 2 - npm install -- save @ progress / kendo - angular - buttons @ progress / kendo - angular - l10n @ angular / animations Step 3 - npm install -- save @ progress / kendo - theme - default Step 4 - Once installed, import the NgModule of the components you need Example - import the DropDownsModule import { NgModule } from '@angular/core' ; import { BrowserModule } from '@angular/platform-browser' ; import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ; import { DropDownsModule } from '@progress/kendo-angular-dropdowns' ; import { AppComponent } from './app.component' ; @ NgModule({ bootstrap : [AppComponent], declarations : [AppComponent], imports : [BrowserModule, BrowserAnima...
Angular, React, JavaScript, Java, PHP, SQL, C#, Vue, NodeJs, TypeScript and Interview Questions Answers