Skip to content

Commit

Permalink
Expose signals to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonso-salces committed Jul 8, 2024
1 parent 231e388 commit 906ffae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/features/compile/services/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
Provider,
createNgModule,
ViewContainerRef,
signal,
} from '@angular/core';
import {
ActionSheetController,
Expand Down Expand Up @@ -287,6 +288,7 @@ export class CoreCompileProvider {
instance['CoreConfigConstants'] = CoreConstants.CONFIG;
instance['CoreEventsProvider'] = CoreEvents;
instance['CoreLoggerProvider'] = CoreLogger;
instance['signal'] = signal;
instance['moment'] = moment;
instance['Md5'] = Md5;
instance['Network'] = CoreNetwork.instance; // @deprecated since 4.1, plugins should use CoreNetwork instead.
Expand Down

0 comments on commit 906ffae

Please sign in to comment.