Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 10cf0fff

Přidáno uživatelem castic96 před více než 4 roky(ů)

#7724: Implementace architektury FE
- vylepšení stylů

Zobrazit rozdíly:

fe/fulltextsearch/src/app/components/shared-components/search-box/search-box.component.ts
9 9
  styleUrls: ['./search-box.component.css']
10 10
})
11 11
export class SearchBoxComponent implements OnInit {
12
  expression: string
12
  expression: string;
13

  
13 14

  
14 15
  constructor(private queryService: QueryService, private router: Router) { }
15 16

  
......
23 24
    /*
24 25
    this.queryService.searchPost(searchRequest).subscribe (() => {
25 26
      //TODO: ulozit objekt SearchResponse[]
27

  
26 28
      this.router.navigate(['/search']);
27 29
    });
28 30
    */
29 31
  }
30

  
31 32
}

Také k dispozici: Unified diff