| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  | package(default_visibility = ["//visibility:public"]) | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-22 16:56:29 -07:00
										 |  |  | load("@angular//:index.bzl", "ng_module") | 
					
						
							| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  | load("@build_bazel_rules_typescript//:defs.bzl", "ts_library") | 
					
						
							| 
									
										
										
										
											2017-07-21 14:20:34 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | ng_module( | 
					
						
							| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  |     name = "core", | 
					
						
							|  |  |  |     srcs = glob( | 
					
						
							|  |  |  |         [ | 
					
						
							|  |  |  |             "*.ts", | 
					
						
							|  |  |  |             "src/**/*.ts", | 
					
						
							|  |  |  |         ], | 
					
						
							|  |  |  |     ), | 
					
						
							|  |  |  |     module_name = "@angular/core", | 
					
						
							|  |  |  |     tsconfig = "//packages:tsconfig", | 
					
						
							|  |  |  |     deps = [ | 
					
						
							| 
									
										
										
										
											2017-12-01 14:23:03 -08:00
										 |  |  |         "//packages:types", | 
					
						
							| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  |         "@rxjs", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) |