You can generate docs for comsumption by the angular.io website by running: ```bash gulp docs/angular.io ``` The generated docs can be found in `dist/angular.io`
		
			
				
	
	
		
			16 lines
		
	
	
		
			378 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			378 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% include "lib/paramList.html" -%}
 | |
| {% extends 'layout/base.template.html' -%}
 | |
| 
 | |
| {% block body %}
 | |
| .l-main-section
 | |
|   h2(class="function export") {$ doc.name $}
 | |
| 
 | |
|   p <code>{$ paramList(doc.parameters) $}</code>
 | |
| 
 | |
|   p.location-badge.
 | |
|     exported from <a href="/{$ doc.moduleDoc.path $}">{$ doc.moduleDoc.id $}</a>
 | |
| 
 | |
|   :markdown
 | |
| {$ doc.description | indent(4, true) $}
 | |
| 
 | |
| {% endblock %} |