Tagged in

Dialog

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) | Message Model

So up to now, we have the Dialog Component ready to be consumed. As per our previous articles, you might noticed that I like to organise the code to make it as cleared as possible, so for the Message Service we are going to do the same. Let's start…


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!


Dialog Component — Angular (5) | Core Module

On the previous article we have created the Dialog Module, which is responsible to wrap the whole Dialog Component, Services and Models. So now, we are going to create the Core Module.