{%- if property.isDirectiveInput -%}
{%- if property.directiveInputAlias -%} @Input({$ property.directiveInputAlias $}) {% else %} @Input() {%- endif -%}
{%- endif -%} {%- if property.isDirectiveOutput -%}
{%- if property.directiveOutputAlias -%} @Output({$ property.directiveOutputAlias $}) {% else %} @Output() {%- endif -%}
{%- endif -%}

{$ property.name $}

{$ property.type $} {$ property.description $}