mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
use only specific modules needed for page layout
This commit is contained in:
committed by
Yasa-Nataliya
parent
ab777f7c89
commit
8bbe5c0b0a
@@ -29,10 +29,11 @@ import { PageLayoutErrorComponent } from './page-layout-error.component';
|
|||||||
import { PageLayoutHeaderComponent } from './page-layout-header.component';
|
import { PageLayoutHeaderComponent } from './page-layout-header.component';
|
||||||
import { PageLayoutComponent } from './page-layout.component';
|
import { PageLayoutComponent } from './page-layout.component';
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { CoreModule } from '@alfresco/adf-core';
|
import { MatIconModule } from '@angular/material/icon';
|
||||||
|
import { TranslateModule } from '@ngx-translate/core';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [CommonModule, CoreModule.forChild()],
|
imports: [CommonModule, MatIconModule, TranslateModule],
|
||||||
declarations: [PageLayoutContentComponent, PageLayoutErrorComponent, PageLayoutHeaderComponent, PageLayoutComponent],
|
declarations: [PageLayoutContentComponent, PageLayoutErrorComponent, PageLayoutHeaderComponent, PageLayoutComponent],
|
||||||
exports: [PageLayoutContentComponent, PageLayoutErrorComponent, PageLayoutHeaderComponent, PageLayoutComponent]
|
exports: [PageLayoutContentComponent, PageLayoutErrorComponent, PageLayoutHeaderComponent, PageLayoutComponent]
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user