HTMLPLUS elements are fully compatible with Angular framework.
Install HTMLPLUS package into Angular application.
Tell Angular to ignore all custom element tags defined in the @htmlplus/ui.
Import the reference of elements.
All HTMLPLUS elements are available as same as a local tag (div, video, etc.) in the angular project.
To set properties and attributes.
To handle event's callback.