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 error was caused by c&p error when creating a small component. I forgot to change path to component's template and styles.