Skip to content

Instantly share code, notes, and snippets.

@YonathanMeguira
Created October 23, 2017 19:35
Show Gist options
  • Save YonathanMeguira/1adb775e4185bd3c6b19c8f94a92e5ae to your computer and use it in GitHub Desktop.
Save YonathanMeguira/1adb775e4185bd3c6b19c8f94a92e5ae to your computer and use it in GitHub Desktop.
ngModel and ngFor
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