import { Actions } from '@ngrx/effects'; import { AppState } from '@shared/store'; import { Injectable } from '@angular/core'; import { Store } from '@ngrx/store'; @Injectable() export class <%= classify(section, parent, page, (page) ? 'Page' : name) %>Effects { constructor( private actions$: Actions, private store: Store ) { } }