Skip to content

Commit

Permalink
chore: remove template-app-config service
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Nov 22, 2024
1 parent 4f7dbf4 commit c5c661a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
5 changes: 1 addition & 4 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import { LocalStorageService } from "./shared/services/local-storage/local-stora
import { DeploymentService } from "./shared/services/deployment/deployment.service";
import { ScreenOrientationService } from "./shared/services/screen-orientation/screen-orientation.service";
import { TemplateMetadataService } from "./shared/components/template/services/template-metadata.service";
import { TemplateAppConfigService } from "./shared/components/template/services/template-app-config.service";

@Component({
selector: "app-root",
Expand Down Expand Up @@ -113,8 +112,7 @@ export class AppComponent {
private remoteAssetService: RemoteAssetService,
private shareService: ShareService,
private fileManagerService: FileManagerService,
private screenOrientationService: ScreenOrientationService,
private templateAppConfigService: TemplateAppConfigService
private screenOrientationService: ScreenOrientationService
) {
this.initializeApp();
}
Expand Down Expand Up @@ -241,7 +239,6 @@ export class AppComponent {
this.fileManagerService,
this.templateMetadataService,
this.screenOrientationService,
this.templateAppConfigService,
],
deferred: [this.analyticsService],
implicit: [
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit c5c661a

Please sign in to comment.