Angular [routerLink] how to write data binding

  <li nz-submenu [(nzOpen)]="item.open" *ngFor="let item of menuList">
      <span title>{{item.parent}}</span>
      <ul>
          <li nz-menu-item [routerLink]="["/{item.path}"]" routerLinkActive="active" *ngFor="let item  of item.children">{{item.child}}</li>
      </ul>
  </li>

[routerLink] = "["/ {item.path}"]" what should I write here

Apr.01,2021

directly [routerLink] = "item.path"


[routerLink] = "/ {item.path}}"


is there a more concise way to write about judgment? I really feel redundant to judge one step at a time.

unblocked games

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-1b3b5d3-2ba06.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-1b3b5d3-2ba06.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?