Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it support angular2 & 4 version for dynamic value support? #326

Open
MohamedSahir opened this issue Nov 23, 2017 · 0 comments
Open

Is it support angular2 & 4 version for dynamic value support? #326

MohamedSahir opened this issue Nov 23, 2017 · 0 comments

Comments

@MohamedSahir
Copy link

MohamedSahir commented Nov 23, 2017

I have an angular4 component when the page loads it shows the total visitors count increasing on the page.
How to communicate dynamic pass by using this plugin
app.component.ts
import { Component ,OnInit} from '@angular/core'; declare var $:any; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent implements OnInit{ totalvisitors = 1000; // dynamic value dayvisitors = 10; // dynamic value }

Else it is only support for angular1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant