Hi Naveen,
 
Put a level of routing before your app-shell-chrome. something like:

const topRoutes: Routes = [
{path: 'Login-type1', component: LoginType1},
{path: 'Login-type2', component: LoginType2},
{path '', component: AppShell}
]


where AppShell is a component that houses the template you now have in 
root. replace the current template in root with `<router-outlet>`

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to