0.0.2 • Published 6 years ago
ys-components v0.0.2
YsComponents
This library was generated with Angular CLI version 8.2.14.
Components
- 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
| Name | Type | Default | Description |
|---|---|---|---|
| visible | boolean | false | - |
| header | string | 'header' | - |
| closableModal | boolean | true | - |
| showHeader | boolean | true | - |