Choose Framework

material2

angular

Material Design components for Angular

Developed by angular (Organization)

Primary language: TypeScript

Last release

October 6, 2017

Last Pushed

October 23, 2017

JavaScript (20.86 kB), HTML (284.42 kB), TypeScript (2.44 MB), CSS (238.56 kB), Shell (24.96 kB)

Home Page Github page

Open Issues

714

Forks

714

Github Stars

11436

Watchers

1067

Release Notes

Kara Kara on October 6, 2017 for marble-mustache

Highlights

<mat-form-field>
  <mat-select placeholder="State">
    <mat-option *ngFor="let state of states" [value]="state">{{ state }}</mat-option>
  </mat-select>
</mat-form-field>

Breaking Changes

Features

Bug Fixes