Related to #5815 This should not break anything because AppRootUrl wasn't actually being used by the compiler anymore.
		
			
				
	
	
		
			7 lines
		
	
	
		
			219 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			219 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export * from '../common';
 | |
| export * from '../core';
 | |
| export * from '../platform/worker_app';
 | |
| export {UrlResolver} from '../compiler';
 | |
| export * from '../instrumentation';
 | |
| export * from 'angular2/src/platform/worker_app';
 |