Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
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.
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.
This change is