| 
									
										
										
										
											2016-07-27 00:24:54 -07:00
										 |  |  | // #docregion
 | 
					
						
							|  |  |  | import { NgModule }      from '@angular/core'; | 
					
						
							|  |  |  | import { BrowserModule } from '@angular/platform-browser'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @NgModule({ | 
					
						
							| 
									
										
										
										
											2016-09-01 17:24:15 +02:00
										 |  |  |   imports:      [ BrowserModule ] | 
					
						
							| 
									
										
										
										
											2016-07-27 00:24:54 -07:00
										 |  |  | }) | 
					
						
							|  |  |  | export class AppModule { } |