Angular 2 - Open/Close default bootstrap modal

前端 未结 5 1918
悲哀的现实
悲哀的现实 2020-12-30 02:15

I do not want to use angular2-bootstrap or ng2-bs3-modal as suggested in the questions/answers Angular 2 Bootstrap Modal and Angular 2.0 and Modal Dialog

Now. I kno

5条回答
  •  长情又很酷
    2020-12-30 02:45

    try to use ng-window, it's allow developer to open and full control multiple windows in single page applications in simple way, No Jquery, No Bootstrap.

    Avilable Configration

    • Maxmize window
    • Minimize window
    • Custom size,
    • Custom posation
    • the window is dragable
    • Block parent window or not
    • Center the window or not
    • Pass values to chield window
    • Pass values from chield window to parent window
    • Listening to closing chield window in parent window
    • Listen to resize event with your custom listener
    • Open with maximum size or not
    • Enable and disable window resizing
    • Enable and disable maximization
    • Enable and disable minimization

提交回复
热议问题