Ionic 4 RC-0 - ion-anchor is showing error
See original GitHub issueBug Report
Ionic version:
[x] 4.0.0.rc.0
Current behavior:
ion-anchor tag is showing parsing error in ionic v4 release candidate. But, When I import CUSTOM_ELEMENTS_SCHEMA in my signin module, it is working fine.
Expected behavior:
ion-anchor tag is work without adding any CUSTOM_ELEMENTS_SCHEMA in my signin module
Steps to reproduce:
Implemented ion-anchor tag in my signin page html. Below i have added my code.
Related code:
<ion-anchor color="primary" routerDirection="forward" href="/forget">Forget your password?</ion-anchor>
Error
Other information:
Ionic info:
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Ionic 4 RC-0 - ion-anchor is showing error #16889 - GitHub
Current behavior: ion-anchor tag is showing parsing error in ionic v4 release candidate. But, When I import CUSTOM_ELEMENTS_SCHEMA in my signin ...
Read more >Ionic button showing 'ion-button' is not a known element
I think the solution is importing Ionic module in the respective module imports import { IonicModule } from '@ionic/angular'; <--add this ...
Read more >'ion-anchor' is not a known element: - Ionic Framework
I'm using Ionic 4. I have defined an anchor tag ... </ion-anchor> But this is giving an error 'ion-anchor' is not a known...
Read more >Announcing Ionic 6 - Ionic Blog
Today I am excited to announce the release of Ionic 6! This release adds improved desktop support, overhauled components, iOS and Android ...
Read more >10 Common Ionic Problems & Error Messages (And How to ...
Perhaps one day we get this.. 4. Cannot find control with name: 'myName'. If you are using reactive forms there are all kind...
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
Had the same issue, i dont think its provided by Ionic anymore. Just use a regular a tag. Its confusing because it still exists in the documentation.
But Before release candidate version it is working fine.