mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[DURACOM-191] Fix missing import for ngIf and ngFor directive
This commit is contained in:
@@ -46,7 +46,13 @@
|
||||
"angularCompilerOptions": {
|
||||
"fullTemplateTypeCheck": true,
|
||||
"strictInjectionParameters": true,
|
||||
"strictInputAccessModifiers": true
|
||||
"strictInputAccessModifiers": true,
|
||||
"extendedDiagnostics": {
|
||||
// The categories to use for specific diagnostics.
|
||||
"checks": {
|
||||
"missingControlFlowDirective": "error"
|
||||
},
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"cypress.config.ts"
|
||||
|
Reference in New Issue
Block a user