This unsets 'attachRef' on outlet context if no route is to be reused in route activation. Closes #25313 PR Close #25314
		
			
				
	
	
		
			18 lines
		
	
	
		
			389 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			389 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| package(default_visibility = ["//visibility:public"])
 | |
| 
 | |
| exports_files(["package.json"])
 | |
| 
 | |
| load("//tools:defaults.bzl", "ng_module")
 | |
| 
 | |
| ng_module(
 | |
|     name = "testing",
 | |
|     srcs = glob(["**/*.ts"]),
 | |
|     module_name = "@angular/platform-browser/testing",
 | |
|     deps = [
 | |
|         "//packages/core",
 | |
|         "//packages/core/testing",
 | |
|         "//packages/platform-browser",
 | |
|         "@rxjs",
 | |
|     ],
 | |
| )
 |