Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unexpected value 'undefined' exported by the module 'NgxfModule' #3

Closed
DmytroPotapov opened this issue Feb 9, 2019 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@DmytroPotapov
Copy link

An error when building app with flags 'prod' and 'aot'

ERROR in : Unexpected value 'undefined' exported by the module 'NgxfModule in c:/Sources/fleet/node_modules/@ngxf/platform/ngxf-platform.d.ts'

Installed: @ngxf/platform": "^6.0.9

My enviroment:

Node: 11.9.0
OS: win32 x64
Angular: 7.2.4
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router, service-worker

Package                           Version
-----------------------------------------------------------
@angular-devkit/architect         0.13.1
@angular-devkit/build-angular     0.13.1
@angular-devkit/build-optimizer   0.13.1
@angular-devkit/build-webpack     0.13.1
@angular-devkit/core              7.3.1
@angular-devkit/schematics        7.3.1
@angular/cdk                      7.3.1
@angular/cli                      7.3.1
@angular/flex-layout              7.0.0-beta.23
@angular/material                 7.3.1
@angular/pwa                      0.13.1
@ngtools/webpack                  7.3.1
@schematics/angular               7.3.1
@schematics/update                0.13.1
rxjs                              6.4.0
typescript                        3.1.1
webpack                           4.29.0

I use lib in one place:

 <ng-container *async="let config; from: config$;">

'config$' var is:

 this.config$ = this.store.pipe(
      select(fromDynamicList.getDynamicListConfig),
      filter(config => !!config),
      tap(config => {
        this.setFabButtonItems(config.route, config.name);
      })
    );
@thekiba thekiba self-assigned this Feb 11, 2019
@thekiba thekiba added the bug Something isn't working label Feb 11, 2019
@DmytroPotapov
Copy link
Author

@thekiba thanks, works after update

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants