mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-7388][ADF] Break Toolbar dependency on Material Module (#9486)
* [ACS-7388] transform toolbar to standalone * [ACS-7388] transform toolbar to standalone
This commit is contained in:
@@ -19,6 +19,7 @@ import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'adf-toolbar-title',
|
||||
standalone: true,
|
||||
template: '<ng-content></ng-content>',
|
||||
host: { class: 'adf-toolbar-title' }
|
||||
})
|
||||
|
Reference in New Issue
Block a user