Angular2 uses jsmind

use jsmind to build ideas on angular2! Dimension map, how to use data binding ngFor
picture description

on the node joined by jm.add_node
Mar.06,2021

if it is in the .ts code, there should be no way, right?
ngFor is a template instruction that is directly added to the code and directly shown to the browser without being parsed by the ng engine. Give it a try:

//ngFor
let str = `
  <p *ngFor="let o of arr">{{o}}

`; this.test.nativeElement.innerHTML = str;

so let's just for the loop, splice the data in, and put it together in jm.add_node
. Wait for the boss to answer

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