@Component({ ... }) @PageTrack('blog') export class PostsPageComponent { constructor( private store : Store<any> ) { this.posts$ = store.select('posts').pluck('data'); } }