We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce773c commit 09d97dbCopy full SHA for 09d97db
2 files changed
apps/demo/project.json
@@ -67,6 +67,11 @@
67
},
68
"lint": {
69
"executor": "@nx/eslint:lint",
70
+ "options": {
71
+ "lintFilePatterns": [
72
+ "apps/demo/**/*.ts"
73
+ ]
74
+ },
75
"outputs": [
76
"{options.outputFile}"
77
]
libs/ng2-file-upload/package.json
@@ -6,6 +6,8 @@
6
"license": "MIT",
7
"peerDependencies": {
8
"@angular/core": "^18.0.0",
9
+ "@angular/platform-browser": "^18.0.0",
10
+ "jest-preset-angular": "14.1.0",
11
"@angular/common": "^18.0.0"
12
13
"sideEffects": false,
0 commit comments