當(dāng)我嘗試將參數(shù)添加到類的構(gòu)造函數(shù)時(shí),我有一個(gè)錯(cuò)誤:“無法解析測(cè)試 c 的所有參數(shù) /: 用戶 /.../ test.component.ts :(?)。import {Component} from "@angular/core";@Component({ selector:"app-rueba", template: "hola"})export class Prueba{ n:string; constructor(nombre:string) { this.n=nombre; }}為什么會(huì)發(fā)生這種情況??請(qǐng)?jiān)徫?,如果答案很明顯,我對(duì)角度很陌生
為什么在使用@Component裝飾器時(shí)不能向構(gòu)造函數(shù)添加參數(shù)?
蝴蝶刀刀
2022-09-29 15:47:35