To use this AngularJS component in an Angular application, import
HybridModule into the module where it will be used.
The component name remains the same; however, the following should be considered when using this component in an Angular template:
on-next becomes onNext.
valid would be written as [valid] for one-way binding, or
[(valid)] for two-way binding (if supported).
Scaffold this component using the UX Aspects schematics:
{{ schematic }}