Promact / md2

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.
http://code.promactinfo.com/md2/
MIT License
379 stars 112 forks source link

Update common-module.ts #335

Open ravishah94 opened 5 years ago

ravishah94 commented 5 years ago

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 Reviewable