mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Fix a bunch of strict issues (#11857)
* fix a bunch of strict issues * fix tests * fix tests
This commit is contained in:
@@ -37,11 +37,11 @@ export default class LoadingSpinner implements OnChanges {
|
||||
}
|
||||
|
||||
@Input()
|
||||
loading: boolean;
|
||||
loading?: boolean;
|
||||
|
||||
@Input()
|
||||
loadingMessage: string;
|
||||
loadingMessage?: string;
|
||||
|
||||
@Input()
|
||||
loadingCompletedMessage: string;
|
||||
loadingCompletedMessage?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user