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

Commit b6cebaa

Browse files
authored
Merge pull request #1617 from l-lin/ng-13
feat(#1617): angular 13 support
2 parents 47bdfe9 + 13457bb commit b6cebaa

15 files changed

+6662
-11098
lines changed

demo/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
!.vscode/extensions.json
2626

2727
# misc
28+
/.angular/cache
2829
/.sass-cache
2930
/connect.lock
3031
/coverage

demo/angular.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,6 @@
137137
"src/favicon.png"
138138
]
139139
}
140-
},
141-
"lint": {
142-
"builder": "@angular-devkit/build-angular:tslint",
143-
"options": {
144-
"tsConfig": [
145-
"src/tsconfig.app.json",
146-
"src/tsconfig.spec.json"
147-
],
148-
"exclude": [
149-
"**/node_modules/**"
150-
]
151-
}
152140
}
153141
}
154142
},
@@ -163,17 +151,6 @@
163151
"protractorConfig": "./protractor.conf.js",
164152
"devServerTarget": "angular-datatables-demo:serve"
165153
}
166-
},
167-
"lint": {
168-
"builder": "@angular-devkit/build-angular:tslint",
169-
"options": {
170-
"tsConfig": [
171-
"e2e/tsconfig.e2e.json"
172-
],
173-
"exclude": [
174-
"**/node_modules/**"
175-
]
176-
}
177154
}
178155
}
179156
}

demo/e2e/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compilerOptions": {
44
"declaration": false,
55
"experimentalDecorators": true,
6-
"module": "commonjs",
76
"moduleResolution": "node",
87
"outDir": "../dist/out-tsc-e2e",
98
"sourceMap": true,

0 commit comments

Comments
 (0)