Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.97 KB | None | 0 0
  1. node_modules/@angular/material/typings/button-toggle/button-toggle.d.ts(31,22): error TS2420: Class 'MdButtonToggleGroup' incorrectly implements interface 'CanDisable'.
  2. Property 'disabled' is missing in type 'MdButtonToggleGroup'.
  3. node_modules/@angular/material/typings/button-toggle/button-toggle.d.ts(31,50): error TS2507: Type '(new (...args: any[]) => CanDisable) & typeof MdButtonToggleGroupBase' is not a constructor function type.
  4. node_modules/@angular/material/typings/button-toggle/button-toggle.d.ts(90,22): error TS2420: Class 'MdButtonToggleGroupMultiple' incorrectly implements interface 'CanDisable'.
  5. Property 'disabled' is missing in type 'MdButtonToggleGroupMultiple'.
  6. node_modules/@angular/material/typings/button-toggle/button-toggle.d.ts(90,58): error TS2507: Type '(new (...args: any[]) => CanDisable) & typeof MdButtonToggleGroupBase' is not a constructor function type.
  7. node_modules/@angular/material/typings/button/button.d.ts(54,22): error TS2420: Class 'MdButton' incorrectly implements interface 'CanColor'.
  8. Property 'color' is missing in type 'MdButton'.
  9. node_modules/@angular/material/typings/button/button.d.ts(54,22): error TS2420: Class 'MdButton' incorrectly implements interface 'CanDisable'.
  10. Property 'disabled' is missing in type 'MdButton'.
  11. node_modules/@angular/material/typings/button/button.d.ts(54,39): error TS2507: Type '(new (...args: any[]) => CanColor) & (new (...args: any[]) => CanDisable) & typeof MdButtonBase' is not a constructor function type.
  12. node_modules/@angular/material/typings/checkbox/checkbox.d.ts(54,22): error TS2420: Class 'MdCheckbox' incorrectly implements interface 'CanColor'.
  13. Property 'color' is missing in type 'MdCheckbox'.
  14. node_modules/@angular/material/typings/checkbox/checkbox.d.ts(54,22): error TS2420: Class 'MdCheckbox' incorrectly implements interface 'CanDisable'.
  15. Property 'disabled' is missing in type 'MdCheckbox'.
  16. node_modules/@angular/material/typings/checkbox/checkbox.d.ts(54,41): error TS2507: Type '(new (...args: any[]) => CanColor) & (new (...args: any[]) => CanDisable) & typeof MdCheckboxBase' is not a constructor function type.
  17. node_modules/@angular/material/typings/chips/chip.d.ts(30,22): error TS2420: Class 'MdChip' incorrectly implements interface 'CanColor'.
  18. Property 'color' is missing in type 'MdChip'.
  19. node_modules/@angular/material/typings/chips/chip.d.ts(30,22): error TS2420: Class 'MdChip' incorrectly implements interface 'CanDisable'.
  20. Property 'disabled' is missing in type 'MdChip'.
  21. node_modules/@angular/material/typings/chips/chip.d.ts(30,37): error TS2507: Type '(new (...args: any[]) => CanColor) & (new (...args: any[]) => CanDisable) & typeof MdChipBase' is not a constructor function type.
  22. node_modules/@angular/material/typings/core/option/optgroup.d.ts(8,22): error TS2420: Class 'MdOptgroup' incorrectly implements interface 'CanDisable'.
  23. Property 'disabled' is missing in type 'MdOptgroup'.
  24. node_modules/@angular/material/typings/core/option/optgroup.d.ts(8,41): error TS2507: Type '(new (...args: any[]) => CanDisable) & typeof MdOptgroupBase' is not a constructor function type.
  25. node_modules/@angular/material/typings/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts(28,22): error TS2420: Class 'MdPseudoCheckbox' incorrectly implements interface 'CanColor'.
  26. Property 'color' is missing in type 'MdPseudoCheckbox'.
  27. node_modules/@angular/material/typings/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts(28,47): error TS2507: Type '(new (...args: any[]) => CanColor) & typeof MdPseudoCheckboxBase' is not a constructor function type.
  28. node_modules/@angular/material/typings/icon/icon.d.ts(50,22): error TS2420: Class 'MdIcon' incorrectly implements interface 'CanColor'.
  29. Property 'color' is missing in type 'MdIcon'.
  30. node_modules/@angular/material/typings/icon/icon.d.ts(50,37): error TS2507: Type '(new (...args: any[]) => CanColor) & typeof MdIconBase' is not a constructor function type.
  31. node_modules/@angular/material/typings/menu/menu-item.d.ts(18,22): error TS2420: Class 'MdMenuItem' incorrectly implements interface 'CanDisable'.
  32. Property 'disabled' is missing in type 'MdMenuItem'.
  33. node_modules/@angular/material/typings/menu/menu-item.d.ts(18,41): error TS2507: Type '(new (...args: any[]) => CanDisable) & typeof MdMenuItemBase' is not a constructor function type.
  34. node_modules/@angular/material/typings/progress-spinner/progress-spinner.d.ts(28,22): error TS2420: Class 'MdProgressSpinner' incorrectly implements interface 'CanColor'.
  35. Property 'color' is missing in type 'MdProgressSpinner'.
  36. node_modules/@angular/material/typings/progress-spinner/progress-spinner.d.ts(28,48): error TS2507: Type '(new (...args: any[]) => CanColor) & typeof MdProgressSpinnerBase' is not a constructor function type.
  37. node_modules/@angular/material/typings/radio/radio.d.ts(32,43): error TS2507: Type '(new (...args: any[]) => CanDisable) & typeof MdRadioGroupBase' is not a constructor function type.
  38. node_modules/@angular/material/typings/radio/radio.d.ts(131,22): error TS2420: Class 'MdRadioButton' incorrectly implements interface 'CanColor'.
  39. Property 'color' is missing in type 'MdRadioButton'.
  40. node_modules/@angular/material/typings/radio/radio.d.ts(131,44): error TS2507: Type '(new (...args: any[]) => CanColor) & typeof MdRadioButtonBase' is not a constructor function type.
  41. node_modules/@angular/material/typings/select/select.d.ts(77,22): error TS2420: Class 'MdSelect' incorrectly implements interface 'CanColor'.
  42. Property 'color' is missing in type 'MdSelect'.
  43. node_modules/@angular/material/typings/select/select.d.ts(77,22): error TS2420: Class 'MdSelect' incorrectly implements interface 'CanDisable'.
  44. Property 'disabled' is missing in type 'MdSelect'.
  45. node_modules/@angular/material/typings/select/select.d.ts(77,39): error TS2507: Type '(new (...args: any[]) => CanColor) & (new (...args: any[]) => CanDisable) & typeof MdSelectBase' is not a constructor function type.
  46. node_modules/@angular/material/typings/slide-toggle/slide-toggle.d.ts(25,22): error TS2420: Class 'MdSlideToggle' incorrectly implements interface 'CanColor'.
  47. Property 'color' is missing in type 'MdSlideToggle'.
  48. node_modules/@angular/material/typings/slide-toggle/slide-toggle.d.ts(25,22): error TS2420: Class 'MdSlideToggle' incorrectly implements interface 'CanDisable'.
  49. Property 'disabled' is missing in type 'MdSlideToggle'.
  50. node_modules/@angular/material/typings/slide-toggle/slide-toggle.d.ts(25,44): error TS2507: Type '(new (...args: any[]) => CanColor) & (new (...args: any[]) => CanDisable) & typeof MdSlideToggleB...' is not a constructor function type.
  51. node_modules/@angular/material/typings/slider/slider.d.ts(33,22): error TS2420: Class 'MdSlider' incorrectly implements interface 'CanDisable'.
  52. Property 'disabled' is missing in type 'MdSlider'.
  53. node_modules/@angular/material/typings/slider/slider.d.ts(33,39): error TS2507: Type '(new (...args: any[]) => CanDisable) & typeof MdSliderBase' is not a constructor function type.
  54. node_modules/@angular/material/typings/tabs/tab-label-wrapper.d.ts(17,22): error TS2420: Class 'MdTabLabelWrapper' incorrectly implements interface 'CanDisable'.
  55. Property 'disabled' is missing in type 'MdTabLabelWrapper'.
  56. node_modules/@angular/material/typings/tabs/tab-label-wrapper.d.ts(17,48): error TS2507: Type '(new (...args: any[]) => CanDisable) & typeof MdTabLabelWrapperBase' is not a constructor function type.
  57. node_modules/@angular/material/typings/tabs/tab.d.ts(15,22): error TS2420: Class 'MdTab' incorrectly implements interface 'CanDisable'.
  58. Property 'disabled' is missing in type 'MdTab'.
  59. node_modules/@angular/material/typings/tabs/tab.d.ts(15,36): error TS2507: Type '(new (...args: any[]) => CanDisable) & typeof MdTabBase' is not a constructor function type.
  60. node_modules/@angular/material/typings/toolbar/toolbar.d.ts(18,22): error TS2420: Class 'MdToolbar' incorrectly implements interface 'CanColor'.
  61. Property 'color' is missing in type 'MdToolbar'.
  62. node_modules/@angular/material/typings/toolbar/toolbar.d.ts(18,40): error TS2507: Type '(new (...args: any[]) => CanColor) & typeof MdToolbarBase' is not a constructor function type.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement