@route({
        routes: [
          { path: '', redirectTo: 'p1' },
          { path: 'p1', component: P1, title: 'P1' },
          { path: 'p2', component: P2, title: 'P2' },