I run in angular 4 project with ng serve and i get error
Cannot read property \'length\' of undefined
but I don\'t have any property length in
My problem was that, for some reason, my envioroment.ts file was missing. So check important files.