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
dip s
NA
256
81.7k
How to open Html file saved on cloud server in new tab in angular 8
Aug 12 2020 1:40 AM
Hello All,
I have a cloud based application in angular 8 and asp.net MVC 5.
We have written some help files in html for how to use our application. Now on each component we are going to display a button and on click of that button html help file will get opened in new tab. So, user can know how to use that particluar component.
We are going to save these help files on "D drive" of cloud server.
window.open('url','windowname')
So how to access/open this help file in new tab from angular application?
I think I have to use window.open('url','window name')
But What will be url in my case? Means what will be the path of html file if I save it on D drive of cloud server.
Or is there any other better option to show these help files.
Thank you.
Reply
Answers (
1
)
Will angular support WCF? or Only Web API?
List buttton not dispaly in the FullCalendar angular 8.