ngx-loading-placeholder
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

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

Package Sidebar

Install

npm i ngx-loading-placeholder

Weekly Downloads

1

Version

0.3.1

License

none

Unpacked Size

63.5 kB

Total Files

20

Last publish

Collaborators

  • binary.dharma