2

Working on Angular 4 Material, couldn't find the exact difference between the MD components and MAT components. Is this depends upon the angular version weather to use MD or MAT components?

yurzui
  • 205,937
  • 32
  • 433
  • 399
Komalpreet Singh
  • 165
  • 1
  • 10
  • 1
    You can always read changelog, See also https://stackoverflow.com/questions/45954397/template-parse-errors-md-form-field-is-not-a-known-element/45954825#45954825 – yurzui Oct 23 '17 at 10:08
  • Update to "@angular/material": "^2.0.0-beta.12" to fix this :) – Swoox Oct 23 '17 at 10:11

1 Answers1

3

Please check this changelog, as Angular Material has made breaking changes from its beta.11 version to beta.12 version. md prefixes have been deprecated in favor of mat prefix.

More information here

Piyush Patel
  • 1,646
  • 1
  • 14
  • 26