mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8956] Add new ESLint rule for self-closing tags (#4211)
This commit is contained in:
@@ -38,7 +38,7 @@ import { TranslateModule } from '@ngx-translate/core';
|
||||
{{ 'APP.LANGUAGE' | translate }}
|
||||
</button>
|
||||
<mat-menu #langMenu="matMenu">
|
||||
<adf-language-menu></adf-language-menu>
|
||||
<adf-language-menu />
|
||||
</mat-menu>
|
||||
`,
|
||||
encapsulation: ViewEncapsulation.None
|
||||
|
Reference in New Issue
Block a user