Base solution for your next web application
Open Closed

ReferenceError: abp is not defined #11417


User avatar
0
ajayak created

Hello,

I'm trying to update my project to AspNetZero V12.0.0-rc.1. When running the Angular project, I get a blank page the following error in browser console:

No error in command prompt

I'm sure it is an error in merging the framework update branch, but I cannot find the cause of this issue. Any idea on where to look?

The following files are correctly updated:

  1. angular.json
  2. root.module.ts
  3. root.component.ts
  4. AppPreBootstrap.ts
  5. app.component.ts
  6. app.component.html
  7. app.module.ts

No answer yet!