Create useNotification and useMessage hooks. They should stack elements on screen on different areas (top left, center left, bottom left, etc). They also should be able to deal with hovering or closing a message or a notification. Since the dynamic of both hooks should be similar, think of a solution that can be reused for both.
Create useNotification and useMessage hooks. They should stack elements on screen on different areas (top left, center left, bottom left, etc). They also should be able to deal with hovering or closing a message or a notification. Since the dynamic of both hooks should be similar, think of a solution that can be reused for both.
These Zorro components should give you some ref (https://ng.ant.design/components/notification/en).