Adds support for `styleUrls` definitions in the same way `templateUrl` definitions are provided; clicking on styleUrl will take a user to the respective file. Unifies some code in determining a URL definition. We first check if a url is a `templateUrl`; if it's not, we check that it's a `styleUrl` or return no definitions. PR Close #32464
		
			
				
	
	
		
			5 lines
		
	
	
		
			30 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			30 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body,
 | |
| html {
 | |
|   width: 100%;
 | |
| }
 |