File

projects/wvr-elements/src/lib/core/theme/theme.effects.ts

Constructor

constructor(actions: Actions, themeService: ThemeService)
Parameters :
Name Type Optional
actions Actions No
themeService ThemeService No
import { Injectable } from '@angular/core';
import { Actions } from '@ngrx/effects';
import { ThemeService } from './theme.service';

@Injectable()
export class ThemeEffects {

  constructor(
    private readonly actions: Actions,
    private readonly themeService: ThemeService
  ) {

  }

}

results matching ""

    No results matching ""