Most of these were fixed in other PRs but there were are couple of stragglers. Note that `my-app` components in non-documentation facing code, such as compliance tests have not been changed. Fixes #20235 PR Close #42256
		
			
				
	
	
		
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|   <head>
 | |
|     <base href="/">
 | |
|     <title>Angular App</title>
 | |
|   </head>
 | |
|   <body>
 | |
|   <app-root>loading</app-root>
 | |
|   </body>
 | |
| </html> |