This package has been deprecated

Author message:

The package includes Syncfusion jQuery based widgets (Essential JavaScript 1) that are no longer being updated. Instead use our Essential JS 2 library, which is based on pure JavaScript and built from scratch to be lightweight and modular. Its footprint can further be reduced by including only specific components and features that your application requires. For Example:https://www.npmjs.com/package/@syncfusion/ej2-angular-grids

ej-angular2
TypeScript icon, indicating that this package has built-in type declarations

20.4.38 • Public • Published

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.

Package Sidebar

Install

npm i ej-angular2

Weekly Downloads

196

Version

20.4.38

License

SEE LICENSE IN README.md

Unpacked Size

5.02 MB

Total Files

349

Last publish

Collaborators

  • syncfusion-javascript