Skip to content

Commit ef6ceb1

Browse files
[MNT-25327] Remove duplicated provisioning of ContentVersionService (#4886)
1 parent 0c9d295 commit ef6ceb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/app/app.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ import localeFi from '@angular/common/locales/fi';
4646
import localeDa from '@angular/common/locales/da';
4747
import localeSv from '@angular/common/locales/sv';
4848
import { 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';
5150
import { SHELL_APP_SERVICE, SHELL_AUTH_TOKEN, provideShellRoutes } from '@alfresco/adf-core/shell';
5251
import { APP_ROUTES } from './app.routes';
5352
import { 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

0 commit comments

Comments
 (0)