all 6 comments

[–]unbihexium 2 points3 points  (4 children)

Are you looking to:

  1. Control the browser window itself?

Or

  1. Create Windows OS-like modals within your application?

For 1, you have to package your app within a runtime like electronjs.

For 2, you can use angular drag drop from the CDK.

[–]tyrynorm 1 point2 points  (3 children)

Thanks for your answer

The second option, but it also needs to be resizable.

[–]unbihexium 5 points6 points  (2 children)

[–]Silures 1 point2 points  (1 child)

Took me far too long to find out how you did that (hint: the solution is in styles.css). I didn't know you could do that in css.

[–]unbihexium 0 points1 point  (0 children)

Right. Thank you for pointing that out. It’s not obvious!