Project

General

Profile

« Previous | Next » 

Revision 50303

added some css patches

View differences:

metrics-instructions.component.ts
29 29
    let id = this.route.snapshot.paramMap.get('id');
30 30
    this.repoService.getPiwikInfo(id).subscribe(
31 31
      piwik => this.piwik = piwik,
32
      error => {
33
        console.log(error);
34
        this.errorMessage = 'An error occured! The information about the site could not be retrieved';
35
      }
32
      error => console.log(error)
36 33
    );
37 34
  }
38 35

  

Also available in: Unified diff