How to set page title dynamically in Angular | Angular | Learn Smart Coding

Publié le: 21 avril 2022
sur la chaîne: Learn Smart Coding
3,242
46

Hi Friends, This video is all about how to set page titles dynamically on each page in Angular. It is a simple approach to setting the page title.

In your component, just import Title
import { Title } from '@angular/platform-browser';

Inject Title in the constructor like this "private titleService: Title"

inside ngOnInit() or in any other method whichever is appropriate, use the "setTitle" method to set the title.

this.titleService.setTitle('your title content goes here');

Please post your questions in the comment section and I will be happy to answer your questions.

Subscribe for more useful videos just like this:    / @learnsmartcoding  

Happy coding!


Sur cette page du site, vous pouvez voir la vidéo en ligne How to set page title dynamically in Angular | Angular | Learn Smart Coding durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Learn Smart Coding 21 avril 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 3,242 fois et il a aimé 46 téléspectateurs. Bon visionnage!