mariannafld

Results 2 issues of mariannafld

Hello, Wizard in ng serve --o works perfect, but in production mode ng build --prod, throws exception ``` ERROR TypeError: p.ngOnInit is not a function at main.593d15b004653eafc611.bundle.js:formatted:11116 ``` at the...

Hello, How to change background opacity, when modal dialog is opened? Thank you (Duplicated with `when pop-up open gray-out the background color #36)` Solved by adding: .modal { background-color: rgba(90,90,90,0.5);...