| 
									
										
										
										
											2016-08-09 17:38:25 +01:00
										 |  |  | // #docregion
 | 
					
						
							|  |  |  | import { NgModule }      from '@angular/core'; | 
					
						
							|  |  |  | import { BrowserModule } from '@angular/platform-browser'; | 
					
						
							| 
									
										
										
										
											2016-11-21 17:13:21 -08:00
										 |  |  | import { AppComponent }  from './app.component'; | 
					
						
							| 
									
										
										
										
											2016-09-01 17:24:15 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-09 17:38:25 +01:00
										 |  |  | @NgModule({ | 
					
						
							| 
									
										
										
										
											2016-09-01 17:24:15 +02:00
										 |  |  |   imports:      [ BrowserModule ], | 
					
						
							|  |  |  |   declarations: [ AppComponent ], | 
					
						
							|  |  |  |   bootstrap:    [ AppComponent ] | 
					
						
							| 
									
										
										
										
											2016-08-09 17:38:25 +01:00
										 |  |  | }) | 
					
						
							|  |  |  | export class AppModule { } |