@route({
      routes: [
        { path: '', component: ProductInit },
        { path: 'product/:id', component: Product },
      ]