Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swimlane/ngx-datatable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2cb511aaba0e9394a8aa8d914db6620ba9c7f08a
Choose a base ref
..
head repository: swimlane/ngx-datatable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 907a4dc28a99c98c162afc8f5bea346f1543cce1
Choose a head ref
Showing with 2,935 additions and 3,616 deletions.
  1. +1 −0 .gitignore
  2. +0 −17 angular.json
  3. +2,913 −3,572 package-lock.json
  4. +14 −14 package.json
  5. +3 −1 projects/swimlane/ngx-datatable/src/test.ts
  6. +1 −1 projects/swimlane/ngx-datatable/tsconfig.lib.prod.json
  7. +0 −10 src/polyfills.ts
  8. +3 −1 src/test.ts
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.angular/cache
node_modules/
.DS_Store
npm-debug.log
17 changes: 0 additions & 17 deletions angular.json
Original file line number Diff line number Diff line change
@@ -95,13 +95,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
"exclude": ["**/node_modules/**"]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
@@ -141,16 +134,6 @@
"tsConfig": "projects/swimlane/ngx-datatable/tsconfig.spec.json",
"karmaConfig": "projects/swimlane/ngx-datatable/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/swimlane/ngx-datatable/tsconfig.lib.json",
"projects/swimlane/ngx-datatable/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
}
}
}
}
Loading