@route({
        routes: [
          { path: '', redirectTo: 'c22' },
          { path: 'c21', component: C21, title: 'C21' },
          { path: 'c22', component: C22, title: 'C22' },