{{ apiDocs.className }}

@if (apiDocs.deprecated) {

{{ apiDocs.deprecated.description }}

}

@if (apiDocs.properties && apiDocs.properties.length) {

Properties

@for (property of apiDocs.properties; track property) { {{ property.name }}&ngsp; }

Documentation available in {{ directiveName }}

}