Essential JavaScript provides support for Angular Framework through wrappers. Each Syncfusion widgets are created as Angular components with built in support for data binding and child directives to make complex property definition easier.
A simple starter project to getting started with Angular Syncfusion JavaScript components.
- Clone or fork this repository.
- Make sure you have node.js installed version 5+.
- Make sure you have NPM installed version 3+.
WINDOWS ONLY
runnpm install -g webpack webpack-dev-server typescript
to install global dependencies.- run
npm install
to install dependencies. - run
npm start
to fire up dev server. - open browser to
http://localhost:3000
- if you want to use other port, open
package.json
file, then change port in--port 3000
script and also change the port inconfig/webpack.dev.js
.
For complete documentation for getting started with Angular Syncfusion Components, please visit https://help.syncfusion.com/angular/
Find live demos for the Angular Syncfusion Components here.
In case of any questions regarding the use of Syncfusion JavaScript, please contact us by creating a support ticket.
For licensing information about Syncfusion JavaScript, Download the Syncfusion License Agreements from here.