Essential Studio for JavaScript Angular 2 components for building modern web applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including charts, grids, gantt, scheduler, diagram and much more.
Перейти к файлу
abishake.dakshinamoorthy c5ff831783 Essential Studio v20.3.0.56 release 2022-11-08 13:45:31 +05:30
ej Essential Studio v19.2.0.44 release 2021-06-30 09:51:30 +05:30
.gitignore v16.4.52 files committed 2019-02-21 09:35:29 +05:30
.npmignore v16.4.52 files committed 2019-02-21 09:35:29 +05:30
README.md ej-angular2 source committed v14.4.0.15 2016-12-22 14:43:04 +05:30
index.ts Essential Studio v19.2.0.44 release 2021-06-30 09:51:30 +05:30
package.json 20.3.56 2022-11-08 13:44:46 +05:30
tsconfig-aot.json v15.4.17 - source files committed. 2017-11-10 16:35:51 +05:30
tsconfig.json v15.2.0.40 committed 2017-05-16 16:56:37 +05:30
tslint.json ej-angular2 source committed v14.4.0.15 2016-12-22 14:43:04 +05:30

README.md

Angular 2 Syncfusion JavaScipt Components

Essential JavaScript provides support for Angular 2 Framework through wrappers. Each Syncfusion widgets are created as Angular 2 components with built in support for data binding and child directives to make complex property definition easier.

Installation

To install this library, run:

$ npm install ej-angular2 --save

Consuming the library

We can import the library in any Angular application by running:

$ npm install ej-angular2

and then from your Angular AppModule:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';

// Import the library module
import { EJAngular2Module } from 'ej-angular2';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    LibraryModule, EJAngular2Module.forRoot()
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Development

To generate all *.js, *.js.map and *.d.ts files:

$ npm run tsc

To lint all *.ts files:

$ npm run lint

Documentation

For complete documentation for getting started with Angular 2 Syncfusion Components, please visit https://help.syncfusion.com/angular-2/

Demos

Find live demos for the Angular 2 Syncfusion Components here.

Support

In case of any questions regarding the use of Syncfusion JavaScript Angular 2 components, please contact us by creating a support ticket.

License Information

For licensing information about Syncfusion JavaScript Angular 2 components, Download the Syncfusion License Agreements from here.