leeroya
9/4/2017 - 12:49 PM

Angular - calling a repository /service #angular, #minutz

Angular - calling a repository /service #angular, #minutz

this.rolerepository.getDevAndTestRoles().subscribe(
 roleDetails => {
 },
      err => {
        console.log('Oops something went wrong with the machine component, getting the machine policy information.');
      });