I\'ve just upgraded Angular cli and one of my project from 7.0.7 to 7.1.0.
I\'ve followed this post and @Francesco Borzi\'s answer.
now I\'ve tried running my
All of that doesn't work for me, I was trying to upgrade from Angular 7 to Angular 8 and here is the working solution for me:
@ViewChild(, {static: true})
.