I updated my angular to 4.0.0 and chrome to to 62.0.3202.94 and I got this error:
[Deprecation] /deep/ combinator in CSS is deprecated and will be removed in M63, around December 2017. See https://www.chromestatus.com/features/4964279606312960 for more details.
And is refer to clientWidth or clientHeight in my code:
document.getElementById(this.ID).clientWidth;
or here:
document.documentElement.scrollTop = parseInt(sessionStorage.getItem('scrollPosition'), 10);
Is this error misinterpreted by the browser? How to fix this?