Activities of "agilenova"

I noticed a difference between my older/upgraded applications and the newly generated application in main.ts.

Old: platformBrowserDynamic().bootstrapModule(AppModule) .catch(err => console.error(err));

New: bootstrapApplication(AppComponent, appConfig).catch(err => console.error(err));

After modifying my old application to use bootstrapApplication, the ProjectName is now updating properly.

It is my understanding that this Angular change is optional (to migrate to standalone components) but it seems to be required for an ABP upgrade to 9.3. Is this change required during migration for an older application to work in 9.3 / Angular 20? Is there a way to get the "ProjectName" to appear correctly using bootstrapModule?

Thank you for any guidance.

The AI response (editing environment.ts) works for a new 9.3.2 project but it does not work for an upgraded project from ABP 9.2.x. I have two, upgraded projects (from 9.1.x and 9.2.x) that are exhibiting this issue. Other than upgrading the node and Angular versions, I didn't see any migration notes which might explain this behavior. Any guidance is appreciated.

Showing 1 to 2 of 2 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 05, 2025, 09:28