I have already generated components for my project. They worked perfectly fined. But there is some issues when I recently tried to a new component for Angular project.
PS
E:\Projects\NodeJsTestings\Library\AngularApp\src\app> ng g c suggestion Unexpected token ] in JSON at position 801
But Everything seems to be OK as I didn't made any changes for the JSON package as well. I can't figure out what's wrong when adding this new component.
