@3kles/kles-material-dialog
TypeScript icon, indicating that this package has built-in type declarations

18.0.1 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @3kles/kles-material-dialog

Weekly Downloads

26

Version

18.0.1

License

none

Unpacked Size

173 kB

Total Files

28

Last publish

Collaborators

  • jchaut
  • cdasilvacosta
  • qcampos
  • freazgo