angular-counter
angular-counter copied to clipboard
Animation not working
Hi, I'm using angular 8 project and now i install npm install angular-counter Update my HTML page this,
Update my typescript file also this, var app = angular.module('MyApp', ['counter']);
My HTML looks like,
{{ overAllSalesAmount | number:0 }}
My issues are, really don't know how to use this packages from my project. Please help me
Because this lib is for AngularJS (v1), not Angular (v2-v10)