Last active
May 25, 2018 19:15
-
-
Save adrianfaciu/5c4d8f58d162b847a009da08f0ccb074 to your computer and use it in GitHub Desktop.
This file contains 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 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