| 
									
										
										
										
											2017-03-01 13:22:46 -08:00
										 |  |  | import { NgModule }      from '@angular/core'; | 
					
						
							|  |  |  | import { BrowserModule } from '@angular/platform-browser'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import { AppComponent }  from './app.component'; | 
					
						
							| 
									
										
										
										
											2019-04-25 10:50:19 -07:00
										 |  |  | import { WidgetComponent } from './widget.component'; | 
					
						
							| 
									
										
										
										
											2017-03-01 13:22:46 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | @NgModule({ | 
					
						
							|  |  |  |   imports:      [ BrowserModule ], | 
					
						
							| 
									
										
										
										
											2019-04-25 10:50:19 -07:00
										 |  |  |   declarations: [ AppComponent, WidgetComponent ], | 
					
						
							| 
									
										
										
										
											2017-03-01 13:22:46 -08:00
										 |  |  |   bootstrap:    [ AppComponent ] | 
					
						
							|  |  |  | }) | 
					
						
							|  |  |  | export class AppModule { } |