import { Pipe, PipeTransform } from '@angular/core';
name: 'concat',}) }当我尝试在ngFor中连接时:
<mat-option *ngFor="let name of names$ | async; index as i" [value]="i" [id]="
我已经注意到,Stackblitz上的老角度项目的package.json总是在devDependencies下使用Angular9,而在依赖项下,它是一个较旧的版本,比如“@ar角/core”:"7.2.2两个例子:Angular7项目:下载zip解压缩到dircd dir & npm安装&& /node_/@ar角/cli