Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created September 30, 2017 09:09
Show Gist options
  • Save adrianfaciu/a301e7f0d275ce61b156d62c7872c387 to your computer and use it in GitHub Desktop.
Save adrianfaciu/a301e7f0d275ce61b156d62c7872c387 to your computer and use it in GitHub Desktop.
import { Directive } from '@angular/core';
@Directive({
selector: '[appNgLoop]'
})
export class NgLoopDirective {
constructor() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment