@rifo/pulse-loader
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

PulseLoader

              _                _                 _
  _ __  _   _| |___  ___      | | ___   __ _  __| | ___ _ __
 | '_ \| | | | / __|/ _ \_____| |/ _ \ / _` |/ _` |/ _ \ '__|
 | |_) | |_| | \__ \  __/_____| | (_) | (_| | (_| |  __/ |
 | .__/ \__,_|_|___/\___|     |_|\___/ \__,_|\__,_|\___|_|
 |_|

Demo

Example

Table of Contents

Installation

npm i @rifo/pulse-loader 

Usage

IMPORT MODULE

// import PulseLoaderModule
import { PulseLoaderModule } from '@rifo/pulse-loader';

@NgModule({
  imports:      [ BrowserModule, PulseLoaderModule ],
  declarations: [ AppComponent ],
  bootstrap:    [ AppComponent ]
})
export class AppModule { }

COMPONENT USAGE

import { Component } from '@angular/core';

@Component({
  selector: 'my-app',
  template: `	<ngx-pulse-loader [color]="color" [width]="width"></ngx-pulse-loader>`,
  styleUrls: ['./app.component.scss']
})
export class AppComponent {
    color = '#1abc9c';
    width = '13px';
}

Package Sidebar

Install

npm i @rifo/pulse-loader

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

36.9 kB

Total Files

23

Last publish

Collaborators

  • ofir.fridman