Ruby Sen

Ruby Sen

  • NA
  • 10
  • 1.1k

I am trying to enable the about us button. I have added the path, I ha

May 10 2022 11:35 AM

First is the path in my app routing module Then the home component Next is the app component Lastly the html for button creation

path in the app.routing.module.ts

     {
        path: 'about-us',
        pathMatch: 'full',
        data: { type: '', breadcrumb: '' },
        component: AboutUsComponent,
      },

    
 Run code snippetHide resultsExpand snippet
 


Answers (1)