Skip to content

Instantly share code, notes, and snippets.

@labidiaymen
Created June 9, 2022 16:29
Show Gist options
  • Save labidiaymen/5706440fbf88bf979b264b6413d90b36 to your computer and use it in GitHub Desktop.
Save labidiaymen/5706440fbf88bf979b264b6413d90b36 to your computer and use it in GitHub Desktop.
import { Injectable } from '@angular/core';
@Injectable()
export class UserService {
constructor() {}
userProfile() {
return { name: 'Awsome User' };
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment