mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
remove redundant service imports (#3521)
This commit is contained in:
parent
cde4308431
commit
fa906bd6e8
@ -25,7 +25,7 @@
|
||||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { BrowserAnimationsModule, NoopAnimationsModule } from '@angular/platform-browser/animations';
|
||||
import { TRANSLATION_PROVIDER, AppConfigService, DebugAppConfigService, CoreModule, AuthGuard, AuthModule } from '@alfresco/adf-core';
|
||||
import { TRANSLATION_PROVIDER, CoreModule, AuthGuard, AuthModule } from '@alfresco/adf-core';
|
||||
import { AppService } from '@alfresco/aca-shared';
|
||||
|
||||
import { AppExtensionsModule } from './extensions.module';
|
||||
@ -105,8 +105,6 @@ registerLocaleData(localeSv);
|
||||
AuthModule.forRoot({ useHash: true })
|
||||
],
|
||||
providers: [
|
||||
{ provide: AppService, useClass: AppService },
|
||||
{ provide: AppConfigService, useClass: DebugAppConfigService },
|
||||
{ provide: ContentVersionService, useClass: ContentUrlService },
|
||||
{
|
||||
provide: SHELL_APP_SERVICE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user