Created
October 23, 2017 19:35
-
-
Save YonathanMeguira/1adb775e4185bd3c6b19c8f94a92e5ae to your computer and use it in GitHub Desktop.
ngModel and ngFor
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
export class SomeClass { | |
public myArray = ['First Item', 'Second Item', 'Third Item']; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment