Guest User

Untitled

a guest
Sep 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @Component({
  2. selector: 'componentOne',
  3. template: 'componentOneTemplate',
  4. styles: ['componentOneStyles'],
  5. providers: []
  6. })
  7. export class ComponentOneComponenet implements OnInit {
  8. //getting user details
  9. getUserDetails();
  10.  
  11. //getting user preferences
  12. getUserPreferences();
  13. }
Add Comment
Please, Sign In to add comment