0.3.1 • Published 7 months ago

ngx-loading-placeholder v0.3.1

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

Ngx Loading Placeholder

Angular Component to show loading UI.

Installation

Using npm i:

  npm i ngx-loading-placeholder

add necessary scss to angular.json to get animation:

  styles:[
    "node_modules/ngx-loading-placeholder/src/style.scss"
  ],
  "scripts": []

Using ng add:

  ng add binarydharma/ngx-loading-placeholder

Usage

Add LoadingPlaceholder directive to any container and activate it via boolean.

  <div [LoadingPlaceholder]="testbutton">
    <h2>
      I am Ready
    </h2>
  </div>

Upcoming Changes

  • Ability to Change Color
  • Other Animations Options
  • Add timing functionality
  • Directives for additional features
0.3.1

7 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.0

8 months ago