| 
									
										
										
										
											2017-05-02 15:08:49 +01:00
										 |  |  | {%- if doc.decorators.length %} | 
					
						
							|  |  |  | <section class="annotations"> | 
					
						
							|  |  |  |   <h2>Annotations</h2> | 
					
						
							|  |  |  |   {%- for decorator in doc.decorators %} | 
					
						
							| 
									
										
										
										
											2018-01-18 17:01:21 +02:00
										 |  |  |     <code-example language="ts" hideCopy="true" class="no-box api-heading">@{$ 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 %} |