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
shankar jha
NA
267
37.2k
how to open new window in angular6
Mar 3 2019 11:59 AM
if (window.navigator && window.navigator.msSaveOrOpenBlob) {
window.navigator.msSaveOrOpenBlob(objectUrl, filename);
//window.open(objectUrl);
let opner = window.open(objectUrl, '_blank', 'height=700,width=700');
How to open in new window in angular6 . its working fine in chrome but not ie.
Reply
Answers (
5
)
Dynamic connection string in config file in c#
Insert value dynamically in Json object in existing key