'active' is not a valid property of <a>
See original GitHub issueReproduction
StackBlitz is unusable for me
https://github.com/cromefire/active-tab-link
Expected Behavior
<nav mat-tab-nav-bar>
<a mat-tab-link [active]="true">Tab</a>
</nav>
Should result in an active tab
Actual Behavior
ERROR in src/app/app.component.html(21,21): error TS8002: 'active' is not a valid property of <a>.
Environment
- Angular:
9.0.0-next.5
- CDK/Material:
8.2.0
- Browser(s): N/A
- Operating System (e.g. Windows, macOS, Ubuntu):
Ubuntu 18.04
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Querying active directory gives error on valid property ... - MSDN
Hi,. I am running a query against active directory and am getting back records etc. However a little way through the foreach statement, ......
Read more >Property 'spring.profiles.active' imported from location 'class ...
Property 'spring.profiles.active' imported from location 'class path resource [application-dev.yml]' is invalid · Ask Question.
Read more >valid - CSS: Cascading Style Sheets - MDN Web Docs
The :valid CSS pseudo-class represents any or other element whose contents validate successfully. This allows to easily make valid fields ...
Read more >Data Import error message reference - Analytics Help
Message Meaning So...
Empty column header at column number X. The upload file is missing a column header. Ed...
Multiple errors occurred: List of multiple...
Read more >Error: Invalid Property Value when Entering Swimmer Birthdate
ACTIVE Hy-Tek has been a leader in swim management and track & field software for more than 25 years. Our mission is to...
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
Please try
9.0.0-next.0
as this should be resolved in that release.This should be fixed now.