Skip to content

Instantly share code, notes, and snippets.

@afirdousi
Created June 27, 2017 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afirdousi/2e77a7f5c139acbdfe52bc5ef1c696b5 to your computer and use it in GitHub Desktop.
Save afirdousi/2e77a7f5c139acbdfe52bc5ef1c696b5 to your computer and use it in GitHub Desktop.
import { Directive } from '@angular/core';
@Directive({
selector:'my-custom-input input'
})
export class InputReference {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment