Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
When you create a new (preview) angular project with basic theme, it generates "node_modules/bootstrap-icons/font/bootstrap-icons.css" in your angular.json under styles but the project has no bootstrap-icons reference.
Beside that, the referenced @abp/ng.theme.basic has the wrong version (7.4.2 instead of 8.0.0-rc2)
Reproduction Steps
run abp new AngularTest -t app -u angular --theme basic and try to start generated angular project
Is there an existing issue for this?
Description
When you create a new (preview) angular project with basic theme, it generates
"node_modules/bootstrap-icons/font/bootstrap-icons.css"
in your angular.json under styles but the project has no bootstrap-icons reference.Beside that, the referenced @abp/ng.theme.basic has the wrong version (7.4.2 instead of 8.0.0-rc2)
Reproduction Steps
run
abp new AngularTest -t app -u angular --theme basic
and try to start generated angular projectExpected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
8.0.0-rc2
User Interface
Angular
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response