ng-calculator
v1.0.2
Published
Calculator for POS system
Downloads
4
Maintainers
Readme
Ng-Calculator
This is a simple calculator. You can use it in your POS (Point of sale) system.
Installation
Install the package with npm
npm install ng-calculator
Usage/Examples
import { NgCalculatorModule } from 'ng-calculator';
@NgModule({
imports: [
NgCalculatorModule
],
...
})
<ng-calculator></ng-calculator>
Color Reference
| Color | Hex | | ----------------- | ------------------------------------------------------------------ | | Primary Color | #efefef | | Secodary Color | #f0f0f0 |
Features
- Simple Calculator
- Usable any POS system
- Easy Calculation
- Calculate (%) percentage
- Cross browser support
- Easy to use and easy to handle
Tech Stack
Client: Angular, Typescript, Javascript, HTML5, CSS3
Feedback
If you have any feedback, please reach out to us at [email protected]