a7-progress
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Angular Progress Circle (simple angular library)!

Simple angular library to run progress circle

npm install: Generic badge

    npm i a7-progress

Output

Documentation

  1. App Module import
import { A7ProgressModule  } from 'a7-progress';

@NgModule({
    .........
    imports: [
        A7ProgressModule
    ],
    .......
})

  1. Use in Component
    import { A7ProgressService } from 'a7-progress';
    
    export class AppComponent {
    title = 'AngApp-test-lib';
    constructor(
        public ls: A7ProgressService
    ) {

    }
    clickme() {
        console.log(this);
        this.ls.displayLoader(true);
    }
}

Tested on modern browsers Issues: raj@immanuel.co

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i a7-progress

Weekly Downloads

1

Version

0.0.3

License

none

Unpacked Size

114 kB

Total Files

26

Last publish

Collaborators

  • jimmanuel