FOR All App Versions❗ #6
esteecodes
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anchor elements use
[routerLink]not click events<a>to use[routerLink]for navigating between componentspost-detailsopen in a new tabappeared in the context menuDomSanitizerhas to remain as a custom pipe in thepipesfolderDomSanitizerdirectly within the componentDomSanitizermust be kept as apipeseparately/postis to remain in the route path forpost-detailsapp.routes.tswe should usepath: 'post/:postSlug'instead of onlypath: ':postSlug''post/does not interfere with sharing individual posts by URL- but it does interfere with routing, more specifically the redirect for non existing paths was not working when only
':postSlug'was usedpost-detailsno matter that another component was assignedLayout component is to be removed, no lazy loading of child components
in order to avoid issues and the following error in console:
routing has been adjusted
post-detailspagepostSlugon the components side so the mini header is not showing onseriessetting
og:imageand other tags dynamically remains to be configuredog:tags present in theindex.htmlare the existing ones that mattermetatags added updated or removed dynamically during runtime do not take effectmetatags in theindex.htmlso that they contain the required databuild scriptNot using Truncate Pipe for shortening title names
slicePipedirectly in thepostsandseriescomponents since this is the only two places where this functionality is currently neededBeta Was this translation helpful? Give feedback.
All reactions