Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Last active May 25, 2018 19:15
Show Gist options
  • Save adrianfaciu/5c4d8f58d162b847a009da08f0ccb074 to your computer and use it in GitHub Desktop.
Save adrianfaciu/5c4d8f58d162b847a009da08f0ccb074 to your computer and use it in GitHub Desktop.
export class DocumentContainer {
companyName$ = this.store.select(detailsSelector.getDocumentCompanyName);
documentStatus$ = this.store.select(detailsSelector.getDocumentStatus);
constructor(private store: Store<AppStore.AppState>) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment