How to modify the reference path when the ng-zorro-ant icon is loaded dynamically?

The

svg icon is loaded dynamically. The default path is http://xxx.com/assets/outline.
. How can I change it to http://xxx.com/valkyrie/stati.?

Dec.13,2021

resolved, use NzIconService to change prefix

export class AppComponent {
  constructor(private _iconService: NzIconService) {
    this._iconService.changeAssetsSource('//admin.bytedance.com/valkyrie/static');
  }
}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3083a-2bd10.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3083a-2bd10.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?