0

i am not getting issue for below route.

{
    path: '',
    component: HomeComponent,
    canActivate: [
           MsalGuard
        ]
  }

I am getting issue for below route without MsalGruad. Need alternate for using MsalGuard

{
    path: '',
    component: HomeComponent
  }
Edison Augusthy
  • 1,535
  • 17
  • 32

0 Answers0