Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 18dbad83

Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)

Re #7475 Implemented basic localization with usage examples

Zobrazit rozdíly:

webapp/src/app/services/profile.service.ts
12 12
  constructor(
13 13
    private userService: UserService
14 14
  ) {
15
    userService.getEmployeeProfile(1)
16
      .subscribe((data: UserProfile) => this.profile = data);
15
    // userService.getEmployeeProfile(1)
16
    //   .subscribe((data: UserProfile) => this.profile = data);
17 17
  }
18 18

  
19 19
  getProfile(): Observable<UserProfile> {

Také k dispozici: Unified diff