document.querySelector('.pcoded-inner-navbar').classList.add('scroll-sidebar');
I comment all code related to documment but till when I try to build using ng build I found ERROR in document is not defined. plz help
document.querySelector('.pcoded-inner-navbar').classList.add('scroll-sidebar');
I comment all code related to documment but till when I try to build using ng build I found ERROR in document is not defined. plz help