Can't bind to 'endVal'
See original GitHub issue[ x ] Bug
[ ] Build issue
[ ] Feature request
Version info
“@angular/animations”: “~9.0.2”, “@angular/common”: “~9.0.2”, “@angular/compiler”: “~9.0.2”, “@angular/core”: “~9.0.2”, “@angular/forms”: “~9.0.2”, “@angular/platform-browser”: “~9.0.2”, “@angular/platform-browser-dynamic”: “~9.0.2”, “@angular/router”: “~9.0.2”, “countup.js-angular2”: “^7.3.0”, “ngx-countup”: “^7.3.0”, “ngx-scrollspy”: “^1.2.1”, “rxjs”: “~6.5.4”, “tslib”: “^1.10.0”, “zone.js”: “~0.10.2”
Angular: "@angular-devkit/build-angular": "~0.900.7",
Angular CLI: "~9.0.3",
"ngx-countup": "^7.3.0",
Description
Hi, i am trying to bind to endVal but for some reason it throws this error : Can’t bind to ‘endVal’ since it isn’t a known property of ‘div’.ng
<div class="value" [countUp]="options" [endVal]="d.displayValue"></div>
Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Frequently Asked Questions (FAQ) - Edval Timetables
What does Edval do? Edval is a timetable management program that facilitates rapid construction of the school timetable using a combination of school...
Read more >SIMS NovaT6 – School Timetable Software Solutions | Edval
Edval is fully integrated with SIMS, so can directly connect to SIMS to get all data needed for timetabling, as well as publish...
Read more >Parent Teacher Night: Scheduling makes a difference!
Want to connect with parents? Think your current school parent-teacher ... Late booking parents can't see who they want, as key teachers book...
Read more >FAQ Edval Daily
Once the data in Edval Daily is rolled over to a new academic year, historical data will no longer exist and casual teachers...
Read more >Generic requirements for data migration - Edval Timetables
Giving us what you can is more important - so use these as a guide and don't worry if you can't quite match...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry I just took a closer look. The input changed from
[endVal]
to[countUp]
at version 6.2. There’s an example in the READMEOk! Sorry that disturb you! Just notice a bug, and it is not a bug 😃