Reputation: 351
Hi i am new to angular and i have a requirement in which i need to create a popup which can be minimized and moved across the other windows. This popup window will be created on a button click and this has to be movable like a dangling pop up.
This pop up window has to essentially be like a minimized version of the windows media player where in even when the window is minimized the functionalities can be performed using the smaller window, which can be moved over other windows.
Is there any way to do this kind of a pop up using angular2? Is there any functionality i can exploit?
Thanks in advance.
Upvotes: 2
Views: 1487
Reputation: 397
For moving the window around the screen you could check out angular2-draggable
Upvotes: 1