Skip to content

Instantly share code, notes, and snippets.

@anteburazer
Created May 12, 2017 07:54
Show Gist options
  • Save anteburazer/90e36a06977144209258674f5100a27d to your computer and use it in GitHub Desktop.
Save anteburazer/90e36a06977144209258674f5100a27d to your computer and use it in GitHub Desktop.
@Component({
selector: 'product',
template: `Product details`
})
export class ProductComponent{
constructor(
private store: Store<AppStore>,
private httpService: HttpService
){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment