components icon indicating copy to clipboard operation
components copied to clipboard

refactor(multiple): eliminate usages of any type (batch 1)

Open jamOne- opened this issue 8 months ago • 0 comments

  • change MAT_SNACK_BAR_DATA InjectionToken to provide unknown (not sure if this is backwards-compatible, or breaking?)
  • set MatSnackBarConfig<D = unknown> instead of D = any (may be potentially breaking as well)
  • eliminate any in some other places

jamOne- avatar Mar 28 '25 17:03 jamOne-