ng-skeleton-man
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

NgSkeleton

This project was generated with Angular CLI version 7.0.3.

Using Example

<ng-skeleton [isLoading]="isLoading" [width]="'300px'" [height]="'40px'" [align]="'center'" > <h1> Welcome to {{ title }}! </h1> </ng-skeleton> `` <ng-skeleton [isLoading]="isLoading" [shape]="'circle'" [width]="'300px'" [height]="'300px'" [align]="'center'" > ` ` `` `

[isLoading]="isLoading"

Is the controller boolean expression that sow or hidden our skeleton

[align]="'center'"

The position can be start | center | end

Readme

Keywords

none

Package Sidebar

Install

npm i ng-skeleton-man

Weekly Downloads

51

Version

0.1.1

License

none

Unpacked Size

45.6 kB

Total Files

23

Last publish

Collaborators

  • dmenendez1404