abpframework / abp

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.
https://abp.io
GNU Lesser General Public License v3.0
13k stars 3.46k forks source link

New created (preview) angular project with basic theme failed to start #18310

Open puschie286 opened 1 year ago

puschie286 commented 1 year ago

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 project

Expected 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

sashok2k commented 11 months ago

observing same issue, any solution found?

puschie286 commented 11 months ago

@sashok2k add bootstrap icon package and update the abp packages version