Chore: Moved from Untyped to Stongly Typed forms.

This commit is contained in:
2022-07-15 13:24:25 +05:30
parent facf2df91e
commit 28f9bf2180
78 changed files with 1091 additions and 1004 deletions

View File

@ -19,7 +19,8 @@
"plugin:@angular-eslint/template/process-inline-templates"
],
"plugins": [
"import"
"import",
"unused-imports"
],
"rules": {
"@angular-eslint/directive-selector": [
@ -54,7 +55,8 @@
},
"newlines-between": "always"
}
]
],
"unused-imports/no-unused-imports": "error"
}
},
{