mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3354] removed the adf-accordion component to use material accordion (#3980)
* [ADF-3354] removed the adf-accordion component to use material accordion * [ADF-3354] fixed default opened state for the accordion * [ADF-3354] fixed locator for new accordion menu
This commit is contained in:
@@ -26,7 +26,6 @@ import { MaterialModule } from './material.module';
|
||||
import { AboutModule } from './about/about.module';
|
||||
import { AppConfigModule } from './app-config/app-config.module';
|
||||
import { CardViewModule } from './card-view/card-view.module';
|
||||
import { CollapsableModule } from './collapsable/collapsable.module';
|
||||
import { ContextMenuModule } from './context-menu/context-menu.module';
|
||||
import { DataColumnModule } from './data-column/data-column.module';
|
||||
import { DataTableModule } from './datatable/datatable.module';
|
||||
@@ -79,7 +78,6 @@ export function createTranslateLoader(http: HttpClient) {
|
||||
ToolbarModule,
|
||||
ContextMenuModule,
|
||||
CardViewModule,
|
||||
CollapsableModule,
|
||||
FormModule,
|
||||
CommentsModule,
|
||||
LoginModule,
|
||||
@@ -117,7 +115,6 @@ export function createTranslateLoader(http: HttpClient) {
|
||||
ToolbarModule,
|
||||
ContextMenuModule,
|
||||
CardViewModule,
|
||||
CollapsableModule,
|
||||
FormModule,
|
||||
CommentsModule,
|
||||
LoginModule,
|
||||
@@ -153,7 +150,6 @@ export class CoreModuleLazy {
|
||||
ToolbarModule,
|
||||
ContextMenuModule,
|
||||
CardViewModule,
|
||||
CollapsableModule,
|
||||
FormModule,
|
||||
CommentsModule,
|
||||
LoginModule,
|
||||
@@ -191,7 +187,6 @@ export class CoreModuleLazy {
|
||||
ToolbarModule,
|
||||
ContextMenuModule,
|
||||
CardViewModule,
|
||||
CollapsableModule,
|
||||
FormModule,
|
||||
CommentsModule,
|
||||
LoginModule,
|
||||
|
Reference in New Issue
Block a user