You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure if this would over complicate things but here goes:
look at the plunker code refered to here: Question about dynamic elements
and make an optional attribute / directive or setting that would run the html thru the angular compiler and then put that in the page. then markup like <a routerLink="" could be used in the markdown / html and they will work with angular.
an app could opt in to use it if wanted or not.
the issue i have had with this is that if the html is not 100% valid to the angular compiler it fails to render and i have not found a way to catch the error and tell the user about it.
it seems to all happen in the core where i can't catch it.
The text was updated successfully, but these errors were encountered:
not sure if this would over complicate things but here goes:
look at the plunker code refered to here:
Question about dynamic elements
and make an optional attribute / directive or setting that would run the html thru the angular compiler and then put that in the page. then markup like <a routerLink="" could be used in the markdown / html and they will work with angular.
an app could opt in to use it if wanted or not.
the issue i have had with this is that if the html is not 100% valid to the angular compiler it fails to render and i have not found a way to catch the error and tell the user about it.
it seems to all happen in the core where i can't catch it.
The text was updated successfully, but these errors were encountered: