Fix #1684 While looking at this, I saw that plunkers were getting some unintended unit testing files and added them to the default plunker builder ignore.
		
			
				
	
	
		
			15 lines
		
	
	
		
			300 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			300 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* #docregion */
 | |
| h1 {
 | |
|   color: #369;
 | |
|   font-family: Arial, Helvetica, sans-serif;
 | |
|   font-size: 250%;
 | |
| }
 | |
| body {
 | |
|   margin: 2em;
 | |
| }
 | |
| 
 | |
|  /*
 | |
|   * See https://github.com/angular/angular.io/blob/master/public/docs/_examples/styles.css
 | |
|   * for the full set of master styles used by the documentation samples
 | |
|   */
 |