mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8956] Introduce new ESLint rule for self-closing tags (#10354)
This commit is contained in:
@@ -33,7 +33,7 @@ import { ExtensionService } from '../../services/extension.service';
|
||||
@Component({
|
||||
selector: 'adf-dynamic-column',
|
||||
standalone: true,
|
||||
template: `<ng-container #content></ng-container>`,
|
||||
template: `<ng-container #content />`,
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
host: { class: 'adf-dynamic-column' },
|
||||
|
Reference in New Issue
Block a user