Angular 9 hindi tutorial # Basic Routing with example

preview_player
Показать описание
in this angular 9 Hindi video tutorial, we learn about basic routing from scratch with sample example in a new project in the Hindi language
step for video

make new angular project
make 2 component
add routing in app-routing-module file
wirte code in html file for making Routing Link

if you did not select routing option on project make time

ng generate module app-routing --flat --module=app

Checkout and subscribe our new channel for technical news
Рекомендации по теме
Комментарии
Автор

Checkout and subscribe our new channel for technical news

codestepbystep
Автор

Hello,
Can you guide me that how to make route in working when I give link in different components?
Like I have two components that is login and register
I have to give register link on login page and login link in register page.

bonyariwala
Автор

First I create a home page and on the home page I create a signup button. Now I want, when any one clicks on the signup button, it will redirect to a signup page, which is a different style. I don't want to show any section of the home page in the signup page. How can I do?

subhabrataroy