Info
Our examples for the Input component are still using <div slot="leadingContent"> for leadingContent examples. All of our other documentation has started to use ng-template, and this should follow as well. I would also recommend updating the examples to show how to use ng-template as well as just a string value, as both are options.
Acceptance Criteria:
- Examples in Input component are updated to use
ng-template instead of <div slot>
- At least one location in the examples is updated to use a string value for
leading or trailingContent.
Info
Our examples for the Input component are still using
<div slot="leadingContent">for leadingContent examples. All of our other documentation has started to useng-template, and this should follow as well. I would also recommend updating the examples to show how to useng-templateas well as just a string value, as both are options.Acceptance Criteria:
ng-templateinstead of<div slot>leadingortrailingContent.