Is it possible for this plugin to be able to support adding HTML content via ng-content? Currently I have only seen examples where the properties are bound to the component. Allowing ng-content and content projection means users can drop HTML or even other components inside each other without using innerHTML or bypassing the safe HTML checks.
Is it possible for this plugin to be able to support adding HTML content via ng-content? Currently I have only seen examples where the properties are bound to the component. Allowing ng-content and content projection means users can drop HTML or even other components inside each other without using innerHTML or bypassing the safe HTML checks.