1.0.1 • Published 6 years ago

ng2-calculator v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

ng2-calculator

install

 npm i ng2-calculator

usage

*.html : Use <simple-calculator (valuechange)="someMethod($event)"></simple-calculator >

*.ts   :someMethod(value){console.log(value)} 

calculated value will be printed on console.