All Stories published by Dialog Component Angular (5) on January 21, 2018
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
22
23
24
25
26
27
28
29
30
31

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) | 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.


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!

About
Dialog Component Angular (5)
Build your own Dialog Component on Angular 5
More information
Tags
Editors