I have a Login Form which has email and password fields.
I\'ve chosen for browser autofill.
The problems is: When browser autofills login form, both fields are p
I seem to have solved this by just simulating a click on the page AfterViewInit.
AfterViewInit
public ngAfterViewInit(): void { $('body').click(); }
Chrome 67.0.3396.99, Angular 5.1.0