mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(noImplicitAny): add noImplicitAny to tsconfig
This commit is contained in:
@@ -259,6 +259,6 @@ function mockButton(config?: Config, ionButton?: string) {
|
||||
return b;
|
||||
}
|
||||
|
||||
function hasClass(button, className) {
|
||||
function hasClass(button: any, className: string) {
|
||||
return button._elementRef.nativeElement.classList.contains(className);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user