我是angular和typescript的初學者。 我的打字稿一個模塊內的服務看起來像下面 module MyModule {
class HelloService {
public data:string[] = ["1","2","3"];
public booleanvalue:boolean = false;
public stringvalue:stri
我得到400(錯誤請求)錯誤。 方法search($event,'btn')被點擊abc.component.html中的按鈕調用,該按鈕稍後調用一些服務中的方法來獲取數據。 這裏,getFilteredData()方法提供的數據,而searchData()方法不提供數據,但提供400錯誤。 Here is the image showing error abc.component.html <i