@foton_informatica/ftn-loading
v1.3.18
Published
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.
Downloads
5
Readme
FtnLoading
This project was generated with Angular CLI version 1.7.4.
##Installing
npm i @foton_informatica/ftn-loading
or add in package.json:
"@foton_informatica/ftn-loading": "^1.3.18"
##Param
| Param | Type | Required
|-------- |--------- |------------
| [isShow]
| Boolean | true
| image
| String | false
Usage
# In each module add:
...
import { FtnLoadingModule } from '@foton_informatica/ftn-loading';
imports: [
...
FtnLoadingModule
]
# On the screen you want to use.
<app-ftn-loading><app-ftn-loading>
# Is required the param
[isShow] : true or false
# Is option the param
image : string *image location
# Example complete:
<app-ftn-loading [isShow]="true" image="imagem.png"><app-ftn-loading>