Cleans up the public API of the global debugging utilities, documents them and exposes them in the API docs. PR Close #34453
		
			
				
	
	
		
			6 lines
		
	
	
		
			367 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			367 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| Exposes a set of functions in the global namespace which are useful for debugging the current state
 | |
| of your application.
 | |
| These functions are exposed via the global `ng` "namespace" variable automatically when you import
 | |
| from `@angular/core` and run your application in development mode. These functions are not exposed
 | |
| when the application runs in a production mode.
 |