Hello Guys 🤗
ℹ️ Je viens de publier un article sur La Gestion dynamique des Titres avec #TitleStrategy dans Angular 17 ⚡ sur mon blog #Hashnode 🙏🏾
🚀 Si vous êtes dev Angular ou que vous souhaitez apprendre Angular, je vous invite à lire cette série d'article et à me donner votre avis 🙏🏾.
♥️ Partagez autour de vous 😉
orbitturner.hashnode.dev/la-…@AngularSenegal@gdg_dakar@adyngom @galsendev221
Update page title with Title Strategy in Angular
No strategy survives first contact with implementation. Unless it's TitleStrategy, that is.
#DEVCommunitydev.to/railsstudent/update-p…
🔥 Tip: You can add a "title" to your routes with Angular 14 and also implement a custom TitleStrategy if necessary - as a result you can directly change the page title for improved accessibility!
Explore #Angular's new router title feature
✅ How to use router title
✅ How to overwrite TitleStrategy
✅ How to use resolvers to set the page title
kevinkreuzer.medium.com/angu…
Explore #Angular's new router title feature
✅ How to use router title
✅ How to overwrite TitleStrategy
✅ How to use resolvers to set the page title
kevinkreuzer.medium.com/angu…
🅰️ #Angular 14 ist da! 🎉
Im Blog stellen wir euch die News vor:
📦 Standalone Components
📝 Strikt typisierte Formulare
🛣 Seitentitel setzen mit dem Router (TitleStrategy)
⚡️ Autovervollständigung mit `ng completion`
👷 DI per `inject()`
🛠 und mehr!
angular-buch.com/blog/2022-0…
Angular v14 continues to prioritize accessibility by providing a streamlined way to create meaningful app page titles!
The Angular router will support `title` in your route definition, or manage dynamically by providing a custom `TitleStrategy'
Angular v14 continues to prioritize accessibility by providing a streamlined way to create meaningful app page titles!
The Angular router will support `title` in your route definition, or manage dynamically by providing a custom `TitleStrategy`
Are you still writing custom code to update page titles with the @Angular Router? With Angular v14, you may be able to delete all of it.
My latest post 👀📣✍🏿
dev.to/brandontroberts/setti…
Angular v14 continues to prioritize accessibility by providing a streamlined approach for managing your app’s page title!
Use the new `title` property in your route definition, or manage dynamically by providing a custom `TitleStrategy`
github.com/angular/angular/p…
Definitely possible with a custom TitleStrategy for "title" prop then assign some metadata for the title via "data" prop.
To reduce boilerplate, one could probably create a utility function that applies such TitleStrategy to "title" prop.
Angular v14 continues to prioritize accessibility by providing a streamlined approach for managing your app’s page title!
Use the new `title` property in your route definition, or manage dynamically by providing a custom `TitleStrategy`
github.com/angular/angular/p…