Better Polymer and Angular Support in Custom HTML Component

Would be great if I could tell bootstrap studio to allow custom elements and attributes to support angular directives and/or polymer components I include in the project. In the end I would love to be able to wrap these up as Bootstrap Studio components via the custom html element and saving it out for drag and drop from the tool box.

For example

<div><toolbar></toolbar></div>

where toolbar is a custom polymer component included in the project. Or

<div><div toolbar></div></div>

could be an angular directive included in the project.

This could be done by simply implementing a switch that tells the system not to strip out non-html 5 compliant tags and attributes in the custom html component without breaking the bootstrap model the system is built on.

https://www.polymer-project.org/1.0/ https://angularjs.org

Thanks, Derek