Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import { Directive } from '@angular/core';
  2.  
  3. @Directive({
  4. selector:'my-custom-input input'
  5. })
  6. export class InputReference {
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement