I have a problem with Angular Project.
I have install angular cli and after I create a new Project.
But when I give the command ng serve
, I have this error:
Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at showNeg.js:241
at XMLHttpRequest.onDefaultReadyStateChangeHandler (showNeg.js:311)
Can someone help me?