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

Angular error #4857

Closed
dangminhbk opened this issue Sep 10, 2019 · 8 comments
Closed

Angular error #4857

dangminhbk opened this issue Sep 10, 2019 · 8 comments
Assignees
Milestone

Comments

@dangminhbk
Copy link

I create new project ( asp.net core and angular ) from https://aspnetboilerplate.com/Templates
image

backend part workfine, but frontend ( angular ) had some error. I search and found it.
https://stackoverflow.com/questions/55108565/error-when-updating-from-angular-7-to-angular-8-0-0-beta-7-with-ngx-bootstrap

@maliming
Copy link
Member

maliming commented Sep 10, 2019

Please provide steps needed to reproduce the problem.

@maliming maliming self-assigned this Sep 10, 2019
@dremel77
Copy link

steps to reproduce
npm i
ng start

possible solution: upgrade package "ngx-bootstrap": "^5.1.2"

@dangminhbk
Copy link
Author

@dremel77 I handle this by downgrade to angular 7. It work well ( by now ).

@maliming
Copy link
Member

@dremel77

Can you try the yarn command to restore the package?

@dremel77
Copy link

@maliming cant really see what yarn has to do with this.

valor-software/ngx-bootstrap#5242
should be a good read to see why ngx-bootstap has to be updated

@ismcagdas
Copy link
Member

When you use npm, it installs highest minor version but when you use yarn, it installs the exact version specified in yarn.lock file.

We will update ngx-bootstrap but you can also try with yarn to see if it works that way.

@ismcagdas ismcagdas added this to the v5.0 milestone Sep 16, 2019
@dangminhbk dangminhbk reopened this Sep 16, 2019
@DavidRogersDev
Copy link

I experienced the same thing today when I went to check out this framework.
Looks like you are aware of the issue.
Just confirming with a comment that it is repeatable.

Cheers

@maliming
Copy link
Member

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

No branches or pull requests

5 participants