AAE-32587 new custom screen registration api (#11120)

This commit is contained in:
Denys Vuika
2025-08-15 20:02:24 -04:00
committed by GitHub
parent 0e4fced94e
commit 81e307c81e
12 changed files with 257 additions and 66 deletions
@@ -84,6 +84,13 @@
"@angular-eslint/prefer-standalone": "off"
}
},
{
"files": ["*.spec.ts"],
"plugins": ["@alfresco/eslint-angular"],
"rules": {
"@angular-eslint/component-class-suffix": "off"
}
},
{
"files": ["*.html"],
"extends": ["plugin:@nx/angular-template"],