We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2006502 commit dc4c22fCopy full SHA for dc4c22f
projects/testing-library/src/lib/models.ts
@@ -64,11 +64,17 @@ export interface RenderResult<ComponentType, WrapperType = ComponentType> extend
64
>,
65
) => Promise<void>;
66
/**
67
+ * @deprecated
68
+ * Use rerender instead. For more info see {@link https://github.com/testing-library/angular-testing-library/issues/365 GitHub Issue}
69
+ *
70
* @description
71
* Keeps the current fixture intact and invokes ngOnChanges with the updated properties.
72
*/
73
change: (changedProperties: Partial<ComponentType>) => void;
74
75
76
77
78
79
* Keeps the current fixture intact, update the @Input properties and invoke ngOnChanges with the updated properties.
80
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments