* docs(toh-6-aot): add aot to toh-6 s s s s s * docs(toh-6-aot): add aot to toh-6 * docs(toh-6-aot): make aot e2e tests run in the same project Updates tooling for this purpose and also the prose.
		
			
				
	
	
		
			7 lines
		
	
	
		
			212 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			212 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| // #docregion
 | |
| import { platformBrowser }    from '@angular/platform-browser';
 | |
| 
 | |
| import { AppModuleNgFactory } from '../aot/app/app.module.ngfactory';
 | |
| 
 | |
| platformBrowser().bootstrapModuleFactory(AppModuleNgFactory);
 |