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