17.1.1 • Published 9 months ago

@3kles/kles-material-dialog v17.1.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

@3kles/kles-material-dialog

@3kles/kles-material-dialog is a angular library to create dialog.

Changelog

Check out the changelog to check all the latest changes.

Models

Components

  • AlertDialogComponent -> Component to create an alert dialog
  • ConfirmDialogComponent -> Component to create a confirm dialog
  • SpinnerDialogComponent -> Component to create a spinner dialog
  • KlesDynamicFormDialogComponent -> Component to create a dialog with a form

Install

npm

npm install --save @3kles/kles-material-dialog

How to use

constructor(protected dialog: MatDialog) {}

open(): void {
    this.dialog.open(DialogComponent, {
        data: {
            ...
        },
        ...
    });
}

Check the documentation to use component and directive.

Tests

npm install
npm test

License

MIT

17.1.1

9 months ago

17.1.0

9 months ago

17.0.1

1 year ago

17.0.0

2 years ago

16.0.1

2 years ago

16.0.0

2 years ago

14.1.0

2 years ago

14.0.0

3 years ago

14.0.1

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago