Skip to content

Module '"@ngrx/effects"' has no exported member 'Effect'. #3685

@e2video

Description

@e2video

Which @ngrx/* package(s) are the source of the bug?

effects

Minimal reproduction of the bug/regression with instructions

When imported (import { Effect, ofType, Actions } from '@ngrx/effects';)
Code shows me this message:
Module '"@ngrx/effects"' has no exported member 'Effect'.

Installed latest version on 11/29/2022:
"name": "@ngrx/effects",
"version": "15.0.0",
"description": "Side effect model for @ngrx/store",
"repository": {
"type": "git",
"url": "https://github.com/ngrx/platform.git"
}

Minimal reproduction of the bug/regression with instructions

import { Effect, ofType, Actions } from '@ngrx/effects';

Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)

Angular CLI: 14.1.3
Node: 16.15.0
Package Manager: npm 8.15.0
OS: darwin x64

Angular: 14.1.3
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router

Package Version

@angular-devkit/architect 0.1401.3
@angular-devkit/build-angular 14.1.3
@angular-devkit/core 14.1.3
@angular-devkit/schematics 14.1.3
@angular/cdk 14.1.2
@angular/flex-layout 14.0.0-beta.40
@angular/material 14.1.2
@schematics/angular 14.1.3
rxjs 6.6.7
typescript 4.7.4

Other information

No response

I would be willing to submit a PR to fix this issue

  • Yes
  • No

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions