You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an angular abp project with asp.net webapi with abp studio and when i started the angular project it failed because "@ng-bootstrap/ng-bootstrap" package is missing.
Create an angular project using abp studio or abp cli 0.9.1.
Open angular folder in any terminal app.
Run "npm start" or "ng serve".
Expected behavior
I expected to project to run.
Actual behavior
Project gives a lot of errors and fails.
Regression?
No response
Known Workarounds
Run "ng add @ng-bootstrap/ng-bootstrap" in angular folder.
Version
8.3.2
User Interface
Angular
Database Provider
EF Core (Default)
Tiered or separate authentication server
Tiered
Operation System
Windows (Default)
Other information
Even after installing "@ng-bootstrap/ng-bootstrap" package when i start the project but i am still getting blank page because of javascript errors. The error is about UserMenuService and inject() and it comes from "@abp/ng.theme.shared" package.
Error log: https://gist.github.com/mk0003/c45de48d51c5c6edbbd2763eef98ebf6
The text was updated successfully, but these errors were encountered:
mk0003
changed the title
@ng-bootstrap/ng-bootstrap is not in package.json when new angular project created
@ng-bootstrap/ng-bootstrap is not in the package.json when angular project created
Oct 18, 2024
Is there an existing issue for this?
Description
I created an angular abp project with asp.net webapi with abp studio and when i started the angular project it failed because "@ng-bootstrap/ng-bootstrap" package is missing.
This is npm start log: https://gist.github.com/mk0003/f0fc89f7971b17d07dd6f8b5e2ed7e82
Reproduction Steps
Expected behavior
I expected to project to run.
Actual behavior
Project gives a lot of errors and fails.
Regression?
No response
Known Workarounds
Run "ng add @ng-bootstrap/ng-bootstrap" in angular folder.
Version
8.3.2
User Interface
Angular
Database Provider
EF Core (Default)
Tiered or separate authentication server
Tiered
Operation System
Windows (Default)
Other information
Even after installing "@ng-bootstrap/ng-bootstrap" package when i start the project but i am still getting blank page because of javascript errors. The error is about UserMenuService and inject() and it comes from "@abp/ng.theme.shared" package.
Error log: https://gist.github.com/mk0003/c45de48d51c5c6edbbd2763eef98ebf6
The text was updated successfully, but these errors were encountered: