File

libs/ngx-pfe/models/global-config.model.ts

Description

Here comes all the things that can be used globaly like:

  • Actions

Index

Properties

Properties

actions
actions: GlobalActions<ACTIONS>
Type : GlobalActions<ACTIONS>
Optional
import { GlobalActions } from './../pfe-actions/pfe-actions.model';

/**
 * Here comes all the things that can be used globaly like:
 * - Actions
 */
export interface PfeGlobalConfig<ACTIONS> {
  actions?: GlobalActions<ACTIONS>;
}

results matching ""

    No results matching ""