We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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); }) );
The text was updated successfully, but these errors were encountered:
6142b4e
@thekiba thanks, works after update
Sorry, something went wrong.
thekiba
No branches or pull requests
An error when building app with flags 'prod' and 'aot'
Installed: @ngxf/platform": "^6.0.9
My enviroment:
I use lib in one place:
'config$' var is:
The text was updated successfully, but these errors were encountered: