Skip to content

Latest commit

 

History

History

loader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Loader Usage

简体中文

  import { LOADER_DIRECTIVES } from 'angularx-semantic-ui/compangularx-semantic-uionents'
  <div (click)="toggleLoader()">
    <lsu-loader [active]="active" [loaderText]="loaderText" [loaderSize]="loaderSize"></lsu-loader>
  </div>

Options

  • active: Optional. Used to control the Loader's explicit
  • loaderText: Optional. The text will be displayied in page
  • loaderSize: Optional. Loader's size [mini | small | medium | large]

Methods

  • show: show loader
  • hide: hide loader