Tagged in

Components

Dialog Component Angular (5)
Dialog Component Angular (5)
Build your own Dialog Component on Angular 5
More information
Followers
15
Elsewhere
More, on Medium

Dialog Component — Angular (5) | Message Service

On the previous article we have created the Message Component. So now we are going to give it some live :)

The Message Service is the one that you will be using across your project. So whenever you need to invoke the…


Dialog Component — Angular (5) | Consuming the Dialog Component

On the previous article, we have created the Core Module as a Singleton, to make it available across the whole project. So the App Module is the one that will make it happen!