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.');
});