Apr 14, 2021
Renderer2::listen() is really opinionated about its callback's return type:
callback: (event: any) => boolean | void
This prevents any async/awaits and Promises inside of the callback... any solutions?
Renderer2::listen() is really opinionated about its callback's return type:
callback: (event: any) => boolean | void
This prevents any async/awaits and Promises inside of the callback... any solutions?