mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
ACS-8251: migrate Extensions library to Standalone (#9842)
This commit is contained in:
@@ -22,6 +22,7 @@ import { ExtensionComponent } from '../../services/component-register.service';
|
||||
// cSpell:words lifecycle
|
||||
@Component({
|
||||
selector: 'adf-dynamic-component',
|
||||
standalone: true,
|
||||
template: `<div #content></div>`
|
||||
})
|
||||
export class DynamicExtensionComponent implements OnChanges, OnDestroy {
|
||||
|
Reference in New Issue
Block a user