Guest User

Untitled

a guest
Aug 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. imports: [ FeatureModule ]
  2. providers: [ SharedService]
  3.  
  4. declaration: [ ComponentA]
  5.  
  6. constructor(private sharedService: SharedService){
  7. }
  8.  
  9. click(){
  10. this.sharedService.function();
  11. }
Add Comment
Please, Sign In to add comment