1.3.18 • Published 5 years ago

@foton_informatica/ftn-loading v1.3.18

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

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

ParamTypeRequired
[isShow]Booleantrue
imageStringfalse

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>