md2
md2 copied to clipboard
Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast an...
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...
#### Bug, feature request, or proposal: Year value always starts at 1900 #### What is the expected behavior? Set a certain threshold like -/+ 50 of the current year to...
DOCUMENT was moved from '@angular/platform-browser' to '@angular/common' --- This change is [](https://reviewable.io/reviews/promact/md2/336)
#### Bug, feature request, or proposal: BUG #### What is the expected behavior? When using ChangeDetectionStrategy.OnPush, DatePicker bound to component properly shows initial value and updates value after selection. ####...
#### Bug, feature request, or proposal: Refactor any references to DOCUMENT in order to comply with Angular 8 changes #### What is the expected behavior? md2 should compile without error...
#### Bug- I am getting below error after installing the md2 package . ERROR in node_modules/md2/core/a11y/list-key-manager.d.ts(2,10): error TS2305: Module '"C:/ATOM_D993/atom-ng-ui/node_modules/rxjs/Observable"' has no exported member 'Observable '. node_modules/md2/core/overlay/overlay-ref.d.ts(5,10): error TS2305: Module...
This change is [](https://reviewable.io/reviews/promact/md2/325)
#### Bug, feature request, or proposal: Driving the active panel from property [active]="" while the accordion is hidden via display:none, with multiple=false, will activate the new panel, but fail to...
Standard NG CLI 6.x project, Npm install gives me: ``` npm WARN [email protected] requires a peer of @angular/core@^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN...