Optional
debugA debug name for the signal. Used in Angular DevTools to identify the signal.
Optional
injectorThis is only necessary if called outside injector context and manualDestroy is not true.
Optional
manualWhether this will be destroyed manually instead of when the injection context is destroyed. If true, this signal does not have to be created in an injection context, and MediaQuerySignal.destroy should be called when or if it is time to release resources.
Options for mediaQuerySignal when using writeable overload.