Skip to content

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

Open
@MohamedSahir

Description

@MohamedSahir

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

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