0.0.29 • Published 7 months ago

ng-modal-full-resizable v0.0.29

Weekly downloads
53
License
-
Repository
-
Last release
7 months ago

Angular resizable and draggable modal

Simple resizable and draggable modal component. (Demo)

Sample

import { ModalModule } from '../lib/modal';

@NgModule({
  imports: [
    ModalModule
  ]
})
<button type="button" class="button" (click)="modalRoot.show()">Open modal</button>
<app-modal #modalRoot
            [modalTitle]="'Demo modal'"
            [width]="500"
            [zIndex]="1100"
            (closeModal)="onCloseModal()">
  <ng-container class="app-modal-body">
    <h3>MODAL DIALOG</h3>
    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
      Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.</p>
  </ng-container>
  <ng-container class="app-modal-footer">
    <button type="button" class="button button3" (click)="modalRoot.hide()">Delete</button>
    <button type="button" class="button button1" (click)="modalRoot.hide()">Save</button>
    <button type="button" class="button button2" style="float: right;" (click)="modalRoot.hide()">Close
    </button>
  </ng-container>
</app-modal>

Properties

AttributeTypeDefaultDescription
modalTitlestringnull
widthanynull
zIndexnumbernull
minWidthnumber260
minHeightnumber200
scrollTopbooleantrue
maximizablebooleanfalse
backdropbooleantrue
0.0.0-watch

7 months ago

0.0.25

8 months ago

0.0.26

8 months ago

0.0.27

7 months ago

0.0.28

7 months ago

0.0.29

7 months ago

0.0.24

8 months ago

0.0.21

9 months ago

0.0.22

9 months ago

0.0.23

9 months ago

0.0.15

10 months ago

0.0.16

10 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.19

10 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.9

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.8

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago