Base solution for your next web application
Open Closed

Blank screen showing when runing the app #3632


User avatar
0
ideazco created

Hi,

When I run the Angular UI It's showing blank screen. When I debug the code using Visual studio Code It's given an error like below

Exception has occurred: TypeError TypeError: Number.prototype.toFixed is not generic at Object.toFixed (<anonymous>) at d:\Projects\ideazco\ideazco-mysql\angular\node_modules\core-js\modules\es6.number.to-fixed.js:63:1 at module.exports (d:\Projects\ideazco\ideazco-mysql\angular\node_modules\core-js\modules_fails.js:3:1) at Object.<anonymous> (d:\Projects\ideazco\ideazco-mysql\angular\node_modules\core-js\modules\es6.number.to-fixed.js:61:1) at webpack_require (<a class="postlink" href="http://localhost:4200/inline.bundle.js:53:30">http://localhost:4200/inline.bundle.js:53:30</a>) at Object.<anonymous> (d:\Projects\ideazco\ideazco-mysql\angular\node_modules\core-js\es6\number.js:2:1) at webpack_require (<a class="postlink" href="http://localhost:4200/inline.bundle.js:53:30">http://localhost:4200/inline.bundle.js:53:30</a>) at Object.<anonymous> (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:2645:77">http://localhost:4200/polyfills.bundle.js:2645:77</a>) at webpack_require (<a class="postlink" href="http://localhost:4200/inline.bundle.js:53:30">http://localhost:4200/inline.bundle.js:53:30</a>) at Object.<anonymous> (<a class="postlink" href="http://localhost:4200/polyfills.bundle.js:8604:18">http://localhost:4200/polyfills.bundle.js:8604:18</a>)

Screen shot also attached. Please give me a solution for this issue... And I'll send my source code to <a href="mailto:[email protected]">[email protected]</a> Thanks.


4 Answer(s)
  • User Avatar
    0
    ideazco created

    Hi, What's going on...? We don't have reply yet... Please give us a solution for this matter... Thanks.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ideazco,

    I downloaded the project you provided, installed packages with yarn and there was an error in createOrUpdate-campaign-modal.component.html. The html in this file is wrong, there is an extra </div class="row"> which visual studio shows clearly.

    After fixing this, project worked without a problem.

    Thanks.

  • User Avatar
    0
    ideazco created

    Thanks, It's now working

  • User Avatar
    0
    ismcagdas created
    Support Team

    Great :)