File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ import localeFi from '@angular/common/locales/fi';
4646import localeDa from '@angular/common/locales/da' ;
4747import localeSv from '@angular/common/locales/sv' ;
4848import { provideRouter , withHashLocation } from '@angular/router' ;
49- import { CONTENT_LAYOUT_ROUTES , ContentServiceExtensionModule , ContentUrlService } from '@alfresco/aca-content' ;
50- import { ContentVersionService } from '@alfresco/adf-content-services' ;
49+ import { CONTENT_LAYOUT_ROUTES , ContentServiceExtensionModule } from '@alfresco/aca-content' ;
5150import { SHELL_APP_SERVICE , SHELL_AUTH_TOKEN , provideShellRoutes } from '@alfresco/adf-core/shell' ;
5251import { APP_ROUTES } from './app.routes' ;
5352import { MAT_SNACK_BAR_DEFAULT_OPTIONS } from '@angular/material/snack-bar' ;
@@ -82,7 +81,6 @@ export const AppConfig: ApplicationConfig = {
8281 provideRouter ( APP_ROUTES , withHashLocation ( ) ) ,
8382 environment . e2e ? provideNoopAnimations ( ) : provideAnimations ( ) ,
8483 provideShellRoutes ( CONTENT_LAYOUT_ROUTES ) ,
85- { provide : ContentVersionService , useClass : ContentUrlService } ,
8684 {
8785 provide : SHELL_APP_SERVICE ,
8886 useClass : AppService
You can’t perform that action at this time.
0 commit comments