Skip to content

Commit

Permalink
fix(platform/client): do not provide HttpClient in client as only u…
Browse files Browse the repository at this point in the history
…sed in the host
  • Loading branch information
danielwiehl authored and Marcarrian committed Dec 21, 2022
1 parent 33dea10 commit e47ed8b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ export class MicrofrontendPlatform {
Beans.registerIfAbsent(MicrofrontendPlatformStopper, {useClass: ɵMicrofrontendPlatformStopper, eager: true});
Beans.register(PlatformPropertyService);
Beans.registerIfAbsent(Logger, {useClass: ConsoleLogger, destroyOrder: BeanDestroyOrders.CORE});
Beans.registerIfAbsent(HttpClient);
Beans.registerIfAbsent(MessageClient, provideMessageClient());
Beans.registerIfAbsent(IntentClient, provideIntentClient());
Beans.registerIfAbsent(OutletRouter);
Expand Down

0 comments on commit e47ed8b

Please sign in to comment.