Merge pull request #4116 from alfonso-salces/MOBILE-4612
MOBILE-4612 compile.ts: Expose signals and computed to plugins
This commit is contained in:
		
						commit
						ccdd924b0a
					
				@ -21,6 +21,8 @@ import {
 | 
			
		||||
    Type,
 | 
			
		||||
    Provider,
 | 
			
		||||
    ViewContainerRef,
 | 
			
		||||
    signal,
 | 
			
		||||
    computed,
 | 
			
		||||
} from '@angular/core';
 | 
			
		||||
import {
 | 
			
		||||
    ActionSheetController,
 | 
			
		||||
@ -294,6 +296,8 @@ export class CoreCompileProvider {
 | 
			
		||||
        instance['CoreConfigConstants'] = CoreConstants.CONFIG;
 | 
			
		||||
        instance['CoreEventsProvider'] = CoreEvents;
 | 
			
		||||
        instance['CoreLoggerProvider'] = CoreLogger;
 | 
			
		||||
        instance['signal'] = signal;
 | 
			
		||||
        instance['computed'] = computed;
 | 
			
		||||
        instance['moment'] = moment;
 | 
			
		||||
        instance['Md5'] = Md5;
 | 
			
		||||
        /**
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user