| 
									
										
										
										
											2017-09-25 12:40:22 -07:00
										 |  |  | workspace(name = "angular_src") | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | git_repository( | 
					
						
							| 
									
										
										
										
											2017-08-22 16:56:29 -07:00
										 |  |  |     name = "build_bazel_rules_nodejs", | 
					
						
							|  |  |  |     remote = "https://github.com/bazelbuild/rules_nodejs.git", | 
					
						
							| 
									
										
										
										
											2017-10-13 09:03:28 -07:00
										 |  |  |     # TODO(alexeagle): use the correct tag here. | 
					
						
							|  |  |  |     commit = "2c6243df53fd33fdab283ebdd01582e4eb815db8", | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-22 16:56:29 -07:00
										 |  |  | load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories") | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-22 16:56:29 -07:00
										 |  |  | node_repositories(package_json = ["//:package.json"]) | 
					
						
							| 
									
										
										
										
											2017-07-21 14:11:35 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-22 16:56:29 -07:00
										 |  |  | local_repository( | 
					
						
							|  |  |  |     name = "build_bazel_rules_typescript", | 
					
						
							|  |  |  |     path = "node_modules/@bazel/typescript", | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | local_repository( | 
					
						
							|  |  |  |     name = "angular", | 
					
						
							|  |  |  |     path = "packages/bazel", | 
					
						
							| 
									
										
										
										
											2017-10-13 09:03:28 -07:00
										 |  |  | ) |