components
components copied to clipboard
refactor(multiple): eliminate usages of any type (batch 1)
- change
MAT_SNACK_BAR_DATAInjectionTokento provideunknown(not sure if this is backwards-compatible, or breaking?) - set
MatSnackBarConfig<D = unknown>instead ofD = any(may be potentially breaking as well) - eliminate
anyin some other places