This project was generated with angular-cli.
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run demo:build:prod
to build the project. The build artifacts will be stored in the dist/
directory.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
If you need to check if the currenct version of angular-datatables still works with the demo, simply follow the instructions below:
We use linklocal to link library with demo app.
cd /path/to/angular-datatables
npm start
# The application will first build library (under dist/lib),
# copy it to demo/node_modules and run the app on localhost:4200