Skip to content

Animation not working #10

@saravanacs

Description

@saravanacs

Hi,
I'm using angular 8 project and now i install npm install angular-counter
Update my HTML page this,

<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular.js"></script> <script src="./js/angular-counter.js"></script>

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions