Routing is one of the most important concept in angular ,one should master routing concept before diving into any project development. You gonna have a clear ideas how routing works in angular. Let’s create a new angular app called angular-routing , create 3 components called Home, About ,Contact inside component…