I have installed the
@syncfusion/ej2-angular-inputs node package, per the documentation: https://ej2.syncfusion.com/angular/documentation/textbox/getting-started/. The documentation says to use the class `e-input` to render the TextBox component, but then in the "Floating label" section, it directs me to use an element component `<ejs-textbox floatLabelType="Auto"></ejs-textbox>`. This throws the error, "not a known element".
Where can I get this ejs-textbox element, or, how can I use floating label with the e-input class? The combination of the class "e-input" and "floatLabelType" does not seem to work.