ngx-auth-firebaseui icon indicating copy to clipboard operation
ngx-auth-firebaseui copied to clipboard

EmailConfirmationComponent is not exported

Open hellseyfer opened this issue 4 years ago • 0 comments

Bug Report or Feature Request (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request

OS and Version?

Windows 10.

Versions

Angular CLI: 9.1.8 Node: 12.11.0 OS: win32 x64

Angular: 9.1.11 ... animations, common, compiler, compiler-cli, core, forms ... platform-browser, platform-browser-dynamic, router Ivy Workspace: Yes

Package Version

@angular-devkit/architect 0.901.8 @angular-devkit/build-angular 0.901.8 @angular-devkit/build-optimizer 0.901.8 @angular-devkit/build-webpack 0.901.8 @angular-devkit/core 9.1.8 @angular-devkit/schematics 9.1.8 @angular/cdk 9.2.4 @angular/cli 9.1.8 @angular/fire 6.0.0 @angular/flex-layout 9.0.0-beta.31 @angular/material 9.2.4 @ngtools/webpack 9.1.8 @schematics/angular 9.1.8 @schematics/update 0.901.8 rxjs 6.5.5 typescript 3.8.3 webpack 4.42.0

Repro steps

ng add ngx-auth-firebaseuinpm npm i @angular-material-extensions/password-strength

The log given by the failure

ERROR in Symbol EmailConfirmationComponent declared in I:/Angular/virtual-menu/node_modules/ngx-auth-firebaseui/lib/components/email-confirmation/email-confirmation.component.d.ts is not exported from ngx-auth-firebaseui/lib/ngx-auth-firebaseui.module (import into I:/Angular/virtual-menu/src/app/features/landing/landing.component.ts).

Desired functionality

export EmailConfirmationComponent in the repo module

Mention any other details that might be useful

hellseyfer avatar Jul 02 '20 13:07 hellseyfer