| 
									
										
										
										
											2017-05-02 15:08:49 +01:00
										 |  |  | {%- if doc.decorators.length %} | 
					
						
							|  |  |  | <section class="annotations"> | 
					
						
							|  |  |  |   <h2>Annotations</h2> | 
					
						
							|  |  |  |   {%- for decorator in doc.decorators %} | 
					
						
							| 
									
										
										
										
											2019-12-04 06:27:41 +05:30
										 |  |  |     <code-example language="ts" hideCopy="true" class="no-box api-heading{% if decorator.deprecated %} deprecated-api-item{% endif %}">@{$ decorator.name $}({$ decorator.arguments $})</code-example> | 
					
						
							| 
									
										
										
										
											2017-05-02 15:08:49 +01:00
										 |  |  |     {% if not decorator.notYetDocumented %}{$ decorator.description | marked $}{% endif %} | 
					
						
							|  |  |  |   {% endfor %} | 
					
						
							|  |  |  | </section> | 
					
						
							|  |  |  | {% endif %} |