After the angular standalone application is built, the toolbarSticky and quotes do not work properly. The toolbar remains stuck at the top of the page, and the quotes work for the entire text instead of only the selected part. Everything works fine on ng serve, but when we load built application, and use quotes, everything is affected, not only selected part. Some javascript does not work properly, because it does not update sticky classes like it does on ng serve. For quotes I think is problem when we use formControlName and set initial value. We use angular v17.1.0, froala v4.3.0.
After the angular standalone application is built, the toolbarSticky and quotes do not work properly. The toolbar remains stuck at the top of the page, and the quotes work for the entire text instead of only the selected part. Everything works fine on ng serve, but when we load built application, and use quotes, everything is affected, not only selected part. Some javascript does not work properly, because it does not update sticky classes like it does on ng serve. For quotes I think is problem when we use formControlName and set initial value. We use angular v17.1.0, froala v4.3.0.