From cede54873c0330ec9afc15cabc1eb4755ca3f752 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Thu, 12 Jun 2025 10:57:41 -0600 Subject: [PATCH] fix(material/button): update button golden --- goldens/material/button/testing/index.api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/goldens/material/button/testing/index.api.md b/goldens/material/button/testing/index.api.md index 2012bd1879e0..582029883cd2 100644 --- a/goldens/material/button/testing/index.api.md +++ b/goldens/material/button/testing/index.api.md @@ -33,7 +33,6 @@ export class MatButtonHarness extends ContentContainerComponentHarness { getAppearance(): Promise; getText(): Promise; getVariant(): Promise; - // (undocumented) static hostSelector: string; isDisabled(): Promise; isFocused(): Promise;