0.1.1 • Published 5 years ago

ng-skeleton-man v0.1.1

Weekly downloads
127
License
-
Repository
-
Last release
5 years ago

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'" > <img width="300" src="URI"> </ng-skeleton> `

isLoading="isLoading"

Is the controller boolean expression that sow or hidden our skeleton

align="'center'"

The position can be start | center | end

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago