5.0.0-beta.5 • Published 2 years ago

zr-counter v5.0.0-beta.5

Weekly downloads
34
License
-
Repository
-
Last release
2 years ago

About

This is a counter component.

Installation

Install through npm:

npm install --save zr-counter

Then include in your apps module:

import { NgModule } from '@angular/core';
import { ZrCounterModule } from 'zr-counter';

@NgModule({
  imports: [
    ZrCounterModule.forRoot()
  ]
})
export class MyModule {}

Finally use in one of your apps components:

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

@Component({
  template: '<zr-counter [(value)]="value01"></zr-counter>'
})
export class MyComponent {}

You may also find it useful to view the demo source.

Usage without a module bundler

<script src="node_modules/zr-counter/bundles/zr-counter.umd.js"></script>
<script>
    // everything is exported zrCounter namespace
</script>
5.0.0-beta.4

2 years ago

5.0.0-beta.5

2 years ago

5.0.0-beta.2

2 years ago

5.0.0-beta.3

2 years ago

5.0.0-beta.1

2 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago