I am using AngularJs 1.6 with ng-metadata to progressively migrate the AngularJS components to Angular.
I need to build a component that is able to transclude a bit of HTML and I was hoping I can use something provided by ng-metadata since it will be easier when we upgrade to Angular. Unfortunately I can't find anything in the docs about this.
An example of a AngularJS component written using ng-metadata that uses transclusion will help me get started with this.