Created
September 30, 2017 09:09
-
-
Save adrianfaciu/a301e7f0d275ce61b156d62c7872c387 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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