P
P
Pashchuk Ilya2018-04-10 15:14:27
Angular
Pashchuk Ilya, 2018-04-10 15:14:27

How to open a page in a simplified browser window in angular 5?

Hello friends, in the application the task has become to open some of the pages in a new browser window, but in such a window prntscr.com/j3b36o if anyone has come across I will be glad for any advice, thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dmitrygavrish, 2018-04-10
@dmitrygavrish

Use window.open - https://developer.mozilla.org/en-US/docs/Web/API/W...
For example:

window.open('https://google.com', null, 'menubar=off,toolbar=off')

Note that the behavior of this method varies from browser to browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question