@customElement({ name: 'c-1', template: 'c1 ${id}' })
    class CeOne {
      private id: string;
      public loading(params: Params, _next: RouteNode, _current: RouteNode): void | Promise<void> {
        this.id = params.id;