igniteui-angular 19.0.3 → 19.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28528,7 +28528,7 @@ class IgxAvatarComponent {
|
|
|
28528
28528
|
* @internal
|
|
28529
28529
|
*/
|
|
28530
28530
|
getSrcUrl() {
|
|
28531
|
-
return `url(${this.src})`;
|
|
28531
|
+
return `url("${this.src}")`;
|
|
28532
28532
|
}
|
|
28533
28533
|
/** @hidden @internal */
|
|
28534
28534
|
ngOnInit() {
|