i am having this issue in window.open below is code
repourl:any='http://192.168.1.104/....'
ngOnInit() {
var params = {
Username: 'd2kuser',
Password: '****'};window.open(this.repourl);
Is there any way i can pass credential with widow open.