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

ng2-odometer not working in angular 6 #7

Open
tatkareprajakta opened this issue Jul 11, 2018 · 2 comments
Open

ng2-odometer not working in angular 6 #7

tatkareprajakta opened this issue Jul 11, 2018 · 2 comments

Comments

@tatkareprajakta
Copy link

tatkareprajakta commented Jul 11, 2018

No description provided.

@kimpixel
Copy link

Just change the observable setup to:

this.observable = new Observable<boolean>((observer: any) => this.observer = observer).pipe(share());

@mradamhoward
Copy link

This doesn't work in angular 8

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

3 participants