Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit a675d81

Browse files
committed
chore: Release version 4.2.0
1 parent 94083c3 commit a675d81

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

demo/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This project was generated with [angular-cli](https://github.com/angular/angular-cli).
44

55
## Development server
6+
67
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.
78

89
## Build
@@ -12,3 +13,17 @@ Run `npm run build:prod` to build the project. The build artifacts will be store
1213
## Further help
1314

1415
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
16+
17+
## Using the current version of angular-datatables
18+
19+
If you need to check if the currenct version of angular-datatables still works with the demo, you can use [node-install-local](https://github.com/nicojs/node-install-local):
20+
21+
```bash
22+
cd /path/to/angular-datatables
23+
npm run build
24+
cd demo/
25+
rm -rf node-modules/angular-datatables
26+
install-local ..
27+
npm start
28+
# Application will run on localhost:4200
29+
```

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables-demo",
3-
"version": "4.2.0-dev",
3+
"version": "4.2.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables",
3-
"version": "4.2.0-dev",
3+
"version": "4.2.0",
44
"description": "Angular directive for DataTables",
55
"scripts": {
66
"build": "npm run clean && npm run compile && npm run bundles",

0 commit comments

Comments
 (0)