mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
GH Auto: Upstream dependencies ADF:8.6.0-26272920976 JS-API:9.6.0-26272920976 using Tag:8.6.0-26272920976 (#5178)
* [ci:force][auto-commit] Update dependencies ADF:8.6.0-26272920976 JS:9.6.0-26272920976 * remove adf-core.globals * file upload fix * fail e2e with wait fix * fix(e2e): unique username + viewer content render wait * feat(viewer): register providePdfViewer for ADF 8.6.0+ * exclude test * fix comment --------- Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com> Co-authored-by: akashrathod28 <akash.rathod@hyland.com>
This commit is contained in:
co-authored by
MichalKinas
Mykyta Maliarchuk
akashrathod28
parent
adadbe17d5
commit
c4ff14f359
@@ -25,6 +25,7 @@
|
||||
import { importProvidersFrom, ApplicationConfig } from '@angular/core';
|
||||
import { provideNoopAnimations, provideAnimations } from '@angular/platform-browser/animations';
|
||||
import { AuthGuard, provideAppConfig, provideCoreAuth, provideI18N } from '@alfresco/adf-core';
|
||||
import { providePdfViewer } from '@alfresco/adf-core/viewer/pdf';
|
||||
import { AppService, provideContentAppExtensions } from '@alfresco/aca-shared';
|
||||
import { provideApplicationExtensions } from './extensions.module';
|
||||
import { environment } from '../environments/environment';
|
||||
@@ -73,6 +74,7 @@ export const AppConfig: ApplicationConfig = {
|
||||
providers: [
|
||||
provideCoreAuth({ useHash: true }),
|
||||
provideAppConfig(),
|
||||
providePdfViewer(),
|
||||
importProvidersFrom(ContentServiceExtensionModule),
|
||||
provideI18N({
|
||||
assets: [['app', 'assets']]
|
||||
|
||||
Reference in New Issue
Block a user