md2
md2 copied to clipboard
Update common-module.ts
Bug, feature request, or proposal: Refactor any references to DOCUMENT in order to comply with Angular 8 changes
ERROR in ./node_modules/md2/core/common-behaviors/common-module.js 64:46-54 "export 'DOCUMENT' was not found in '@angular/platform-browser'
Compatibility with Angular 8
Which versions of Angular, MD2, OS, browsers are affected? Angular 8, MD2 0.33
Is there anything else we should know? DOCUMENT is removed from @angular/platform-browser If you use DOCUMENT from @angular/platform-browser, you should start to import this from @angular/common.