Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Support angular v15 #676

Open
wael-razouk-9 opened this issue Jan 5, 2023 · 6 comments
Open

Support angular v15 #676

wael-razouk-9 opened this issue Jan 5, 2023 · 6 comments

Comments

@wael-razouk-9
Copy link

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 15.0.3

Repro steps

Try to add this to angular v15 project via ng add [email protected] (without the version, npm tries to install v0.1.2)

The log given by the failure

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/cdk
npm ERR! @angular/cdk@"^15.0.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/cdk@"^14.x" from @angular-material-extensions/[email protected]
npm ERR! node_modules/@angular-material-extensions/password-strength
npm ERR! peer @angular-material-extensions/password-strength@"^11.x" from [email protected]
npm ERR! node_modules/ngx-auth-firebaseui
npm ERR! ngx-auth-firebaseui@"7.1.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\Wael\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Wael\AppData\Local\npm-cache_logs\2023-01-05T11_38_24_568Z-debug-0.log

Desired functionality

Mention any other details that might be useful

I think just updating the npm version for the ci/circleci build will solve the issue

@nzedler
Copy link

nzedler commented Mar 5, 2023

Whats the status? We have March 5th. Shall I create a pull request?

@ciriousjoker
Copy link
Contributor

@nzedler I've forked this to make it work for my angular 15 project. I think I already created a PR but I'm not sure if i needed to do anything after that as well

@AlexZhidkov
Copy link

@ciriousjoker Does ngx-auth-firebaseui-avatar work for you in v15?
I'm having this issue #685

@ciriousjoker
Copy link
Contributor

@AlexZhidkov i built my own menu. As for the profile dialog, I had to create a file in assets/images/account.svg or something (check the devtools for the exact apth)

@AlexZhidkov
Copy link

@ciriousjoker do you mind sharing your implementation?
My repo is https://github.com/AlexZhidkov/team-bldr-v2301

@ciriousjoker
Copy link
Contributor

@AlexZhidkov it won't help you. I just built a small menu with a profile image that comes from a separate data source that has nothing to do with the Firebase user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants