Hello, How can I have floating label with some style applied like this:
<label>Name <span class="k-required">*</span></label>
In this example, https://stackblitz.com/edit/angular-q2kehs?file=app/app.component.ts, how can I transform the label to use floating label?
Thanks