ERROR TypeError: Cannot read property ‘sort’ of undefined

When you get ERROR TypeError: Cannot read property ‘sort’ of undefined while running angular app, the main cause of this error would be array initialization in the ‘app.component.ts” file. Solution: Open ‘app.component.ts’ file in your favorite editor and check whether the… Read More!

angular js project setup hello world

Error – Cannot find module ‘@angular-devkit/core’ while running ng serve

When you create Angular Project with Angular CLI and want to run your angular application using “ng serve” command you might see the following error “Error – Cannot find module ‘@angular-devkit/core’” Solution To resolve “cannot find module ‘@angular-devkit/core’” error try… Read More!