Skip to content

Instantly share code, notes, and snippets.

@brachi-wernick
Last active August 20, 2018 21:01
Show Gist options
  • Save brachi-wernick/9bf0a6fa07fa4f4269cf637ecde54a53 to your computer and use it in GitHub Desktop.
Save brachi-wernick/9bf0a6fa07fa4f4269cf637ecde54a53 to your computer and use it in GitHub Desktop.
@Activate(['HERO_READ'])
@Component({
selector: 'hero-list',
template: `
<ul >
<li *ngFor="let hero of heros">
{{hero.name}}
</li>
</ul>
`
})
export class HeroListComponent {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment