mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
upgrade to latest ADF and Angular libs (#1092)
* upgrade to latest ADF and Angular libs * disable e2e tests for libaries * [ACA-2130] fix a11y for header * disable e2e tests * sticky header, layout fixes * switch to ADF upload dialog * disable broken test * disable broken test * disable test
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
<adf-sidenav-layout-header>
|
||||
<ng-template>
|
||||
<app-header
|
||||
role="heading"
|
||||
aria-level="1"
|
||||
*ngIf="!hideSidenav"
|
||||
(toggleClicked)="layout.toggleMenu($event)"
|
||||
>
|
||||
@@ -38,7 +40,7 @@
|
||||
</adf-sidenav-layout-content>
|
||||
</adf-sidenav-layout>
|
||||
|
||||
<app-file-uploading-dialog position="left"></app-file-uploading-dialog>
|
||||
<adf-file-uploading-dialog position="left"></adf-file-uploading-dialog>
|
||||
</adf-upload-drag-area>
|
||||
|
||||
<router-outlet name="viewer"></router-outlet>
|
||||
|
@@ -30,7 +30,6 @@ import { AppLayoutComponent } from './app-layout/app-layout.component';
|
||||
import { ContentModule } from '@alfresco/adf-content-services';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { AppSidenavModule } from '../sidenav/sidenav.module';
|
||||
import { AppUploadingDialogModule } from '../upload-dialog/upload.module';
|
||||
import { AppCommonModule } from '../common/common.module';
|
||||
import { AppHeaderModule } from '../header/header.module';
|
||||
import { HttpClientModule } from '@angular/common/http';
|
||||
@@ -46,7 +45,6 @@ import { PageLayoutModule } from '@alfresco/aca-shared';
|
||||
AppSidenavModule,
|
||||
AppHeaderModule,
|
||||
HttpClientModule,
|
||||
AppUploadingDialogModule,
|
||||
PageLayoutModule
|
||||
],
|
||||
declarations: [AppLayoutComponent],
|
||||
|
Reference in New Issue
Block a user