par default appcomponent router code example
Example 1: set default route angular
{path:'',redirectTo:'login', pathMatch: 'full' },
Example 2: how to create app.routing.module.ts in angular 6
ng generate module app-routing --flat --module=app
{path:'',redirectTo:'login', pathMatch: 'full' },
ng generate module app-routing --flat --module=app