Angular–Making a Modal Service by Extending NgbModal
I like the idea of modal dialogs for certain things, especially showing error messages or confirming an action. Creating (and styling) modal dialogs can vary so much that Angular doesn’t include them out of the box. There’s a bunch of libraries out there that give you this functionality, including ones that are tied to a … [Read more…]