So I'm thinking of implementing a component in an app that can act as a component in a Bootstrap modal as well as a regular child component in a page.
In the example (titled 'Components as content' at the bottom of the page in the link above), the component implemented in your modal requires NgbActiveModal to be added to the constructor of that component. When I attempted to do the above, this prevents my component from being implemented as a regular child component.
Any ideas for getting around something like this without making a wrapper component?