Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @Injectable()
  2. export class SomeService {
  3. }
  4.  
  5. export class SomeObject {
  6.  
  7. @Inject()
  8. service: SomeService;
  9. }
  10.  
  11. let obj = new SomeObject();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement