A starter kit for Essential Studio for JavaScript Angular 2 components
Перейти к файлу
Karthick Thangasamy 42fbe268b7
Merge pull request #37 from subhashreeramanathan/master
Webpack Configuration file is changed
2018-01-11 15:45:56 +05:30
config Changes in webpack configuration in seed 2018-01-08 11:04:43 +05:30
src Moved bootstrap file into Vendor.ts. 2017-09-26 15:41:44 +05:30
.gitignore webpack starter application committed 2016-10-27 17:44:34 +05:30
README.md Changed documentation link 2017-09-27 14:28:20 +05:30
package.json Webpack Configuration File is changed 2018-01-05 13:06:20 +05:30
webpack.config.js Webpack Configuration File is changed 2018-01-05 13:06:20 +05:30

README.md

Syncfusion Angular Components

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.

angular2-seed

A simple starter project to getting started with Angular Syncfusion JavaScript components.

Running the App

  • Clone or fork this repository.
  • Make sure you have node.js installed version 5+.
  • Make sure you have NPM installed version 3+.
  • WINDOWS ONLY run npm 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 in config/webpack.dev.js.

Documentation

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

Demos

Find live demos for the Angular Syncfusion Components here.

Support

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

License Information

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