質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
.subscribe((result) => console.log(result));
|
28
28
|
}
|
29
29
|
//検索値が変わるとここから値を流す
|
30
|
-
|
30
|
+
filterList(): void {
|
31
31
|
this.serchPrmSubject.next(1);
|
32
32
|
}
|
33
33
|
//実際は検索処理が入るところ
|