SHARE
TWEET

Untitled

a guest Apr 25th, 2018 65 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export class MyComponent {
  2.     constructor(
  3.                 private service1: MyService1,
  4.                 private service2: MyService2,
  5.                 private service3: MyService3
  6.     ) {
  7.         // some code
  8.     }
  9. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top