Bug, feature request, or proposal:
In _registerDocumentEvents function, a few event listeners are registered on document and window objects: https://github.com/angular/material2/blob/4d97271786855598cfd18921641d5ffaafa079d8/src/cdk/a11y/focus-monitor.ts#L145
But I cannot find the corresponding removeEventListener. This may cause memory leak.