TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
nithi mano
NA
200
104.5k
How to use window.location.href in component.ts
May 2 2018 11:12 AM
How to use window.location.href in component.ts in angular 4.
I have the below jquery script in component.ts file.
$(
'#nn'
).on(
'change'
,
function
() {
window.location.href=
'route.html'
;
How to navigate to route.html page using window.location.href in component.ts file ??
Reply
Answers (
3
)
How i know which checkbox is checked.
Uncaught TypeError: setData.append is not a function