I am trying to build my own Modal component, that I would be able to reuse throughout my Angular2 Apps. I am considering different approaches, and I am wondering if it is possible to create @Component
that also serves as @Injectable
? I am considering this, as I want to build a template for the Modal, and keep it in one place.
Thanks