0.0.2 • Published 4 years ago

ys-components v0.0.2

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

YsComponents

This library was generated with Angular CLI version 8.2.14.

Components

  1. Ys-Modal

Use example

In your module:

... import { YsModalModule } from 'ys-components'; ...

In your template:

... <ys-modal (visible)="isShow"> ...

Ys-Modal

Description:

Include dialog-modal in your application

Use example

In your module:

... import { YsModalModule } from 'ys-components'; ...

In your template:

... <ys-modal (visible)="isShow"> ...

Properties

NameTypeDefaultDescription
visiblebooleanfalse-
headerstring'header'-
closableModalbooleantrue-
showHeaderbooleantrue-
0.0.2

4 years ago

0.0.1

4 years ago