I have a function using location
isHomePage() {
return location.pathname == '/';
}
It is working but i have an error at Angular cli
ERROR ReferenceError: location is not defined
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have a function using location
isHomePage() {
return location.pathname == '/';
}
It is working but i have an error at Angular cli
ERROR ReferenceError: location is not defined