Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
In MultiSelect Component while using the template getting the following error,
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' 'unsafe-inline'".
if there is no template is used there is no need to add the 'unsafe-eval' and no error is produced.
Replication procedure :
Expected : Component rendered without any error
Output : Error Occurred ('unsafe-eval')