20.4.38 • Published 1 year ago

ej-angular2 v20.4.38

Weekly downloads
313
License
SEE LICENSE IN RE...
Repository
github
Last release
1 year ago

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.

20.3.56

1 year ago

20.4.38

1 year ago

20.3.47

2 years ago

20.2.36

2 years ago

20.2.43

2 years ago

20.1.55

2 years ago

20.1.47

2 years ago

19.4.48

2 years ago

19.4.38

2 years ago

19.3.53

2 years ago

19.3.43

3 years ago

19.2.55

3 years ago

19.2.44

3 years ago

19.1.63

3 years ago

19.1.54

3 years ago

18.4.39

3 years ago

18.4.30

3 years ago

18.3.47

3 years ago

18.3.35

4 years ago

18.2.44

4 years ago

18.1.52

4 years ago

18.1.42

4 years ago

18.1.36-beta

4 years ago

17.4.46

4 years ago

17.4.39

4 years ago

17.3.26

4 years ago

17.3.14

5 years ago

17.3.9-beta

5 years ago

17.2.46

5 years ago

17.2.34

5 years ago

17.1.38

5 years ago

16.4.52

5 years ago

16.4.42

5 years ago

16.3.30

5 years ago

16.4.1

5 years ago

16.3.21

6 years ago

16.2.50

6 years ago

16.2.46

6 years ago

16.2.41

6 years ago

16.1.37

6 years ago

16.1.32

6 years ago

16.1.26

6 years ago

16.1.24

6 years ago

15.4.21

6 years ago

15.4.20

6 years ago

15.4.18

6 years ago

15.4.17

6 years ago

15.3.34

7 years ago

15.3.33

7 years ago

15.3.29

7 years ago

15.3.26

7 years ago

15.2.43

7 years ago

15.2.43-beta

7 years ago

15.2.41

7 years ago

15.2.40

7 years ago

15.2.40-beta

7 years ago

15.1.44

7 years ago

15.1.43

7 years ago

15.1.42

7 years ago

15.1.41

7 years ago

15.1.37

7 years ago

15.1.33

7 years ago

14.4.20

7 years ago

14.4.20-beta

7 years ago

1.0.1-beta

7 years ago

1.0.0-beta

7 years ago

2.0.0

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago