TIL, 2022-06-18, Weekend Coding
- You can debug from the Inspect Element like this:
ng.getComponent(document.querySelector('bnz-tc-listing')).translateDebugService.toggleDebug()
. - Reference
- The issue with
ngrxLet
is that it isn’t really going to prevent errors if the observable emits null. I guess that’s fine for what its use case is. - BR is not accessible.
- Resize Observer API: Reference