TypeScript HTML CSS Python Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.circleci build: fix and re-enable bazel unit tests for the cdk (#11278) May 11, 2018
.github virtual-scroll: merge into master under cdk-experimental (#11354) May 22, 2018
e2e virtual-scroll: merge into master under cdk-experimental (#11354) May 22, 2018
guides Update creating-a-custom-form-field-control.md (#11561) May 30, 2018
scripts build(bazel): add flatModuleIndexRedirect to material package (#10788) Apr 11, 2018
src Revert "This commit fixes #11148" (#11727) Jun 9, 2018
test virtual-scroll: merge into master under cdk-experimental (#11354) May 22, 2018
tools build: add tslint rule to enforce consistent rxjs imports (#11629) Jun 7, 2018
.clang-format chore(): add clang-format config Jan 4, 2016
.firebaserc feat(table): support sticky headers, footers, and columns (#11483) Jun 7, 2018
.gitignore build: add ng_package rule for @angular/material (#10625) Mar 30, 2018
.travis.yml chore: add 6.2.x branch to CI (#11567) May 29, 2018
BUILD.bazel build: fix and re-enable bazel unit tests for the cdk (#11278) May 11, 2018
CHANGELOG.md chore: bump version 6.2.1; update changelog (#11656) Jun 4, 2018
CODE_REVIEWS.md chore: remove unnecessary information in code_reviews (#10762) Apr 26, 2018
CODING_STANDARDS.md chore: remove noRxjsPatchImportsRule (#10765) Apr 10, 2018
CONTRIBUTING.md chore: update contributing guide (#9200) Jan 2, 2018
DEV_ENVIRONMENT.md build: use shared logic to build packages (#4202) Apr 25, 2017
LICENSE chore: bump year (#9177) Jan 2, 2018
README.md chore: update README.md with new available features that came with v6 ( May 8, 2018
WORKSPACE build(bazel): switch to rules_sass 0.1.0 (#11683) Jun 7, 2018
angular.tsconfig.json build: bump to angular 6.0.0-rc.1 and rxjs 6.0.0-rc.0 (#10642) Apr 3, 2018
build-config.js build(bazel): create script to run on top of ng_package output (#10776) Apr 10, 2018
firebase.json build: script to build demo-app for firebase (#4330) May 4, 2017
gulpfile.js chore: default gulp task should not list tasks (#5935) Jul 21, 2017
package-lock.json feat(bottom-sheet): switch to providedIn syntax Jun 7, 2018
package.json chore: bump version 6.2.1; update changelog (#11656) Jun 4, 2018
packages.bzl build: add bazel config for cdk-experimental/dialog (#11548) May 30, 2018
stylelint-config.json build: add stylelint rule to validate ampersands in theme selectors (#… Apr 26, 2018
tsconfig.json chore: update angular to 4.4.4 and switch (#7431) Oct 3, 2017
tslint.json build: add tslint rule to enforce consistent rxjs imports (#11629) Jun 7, 2018

README.md

Material Design for Angular

npm version Build Status Gitter

This is the home for the Angular team's Material Design components built for and with Angular.

Quick links

Documentation, demos, and guides | Google group | Contributing | Plunker Template | StackBlitz Template

Getting started

See our Getting Started Guide if you're building your first project with Angular Material.

Check out our directory of design documents for more insight into our process.

If you'd like to contribute, you must follow our contributing guidelines. You can look through the issues (which should be up-to-date on who is working on which features and which pieces are blocked) and make a comment. Also see our help wanted label.

High level stuff planned for Q2 2018 (April - June):

  • Implementing cdk virtual-scroll
  • Implementing cdk drag-and-drop
  • Ongoing migration to bazel
  • Table feature improvements
  • Improve docs for cdk
  • Accessibility improvements for select, autocomplete, button-toggle, and chips.

Available features

Feature Notes Docs
autocomplete Docs
badge Docs
bottom-sheet Docs
button Docs
button-toggle Docs
cards Docs
checkbox Docs
chips Docs
data-table More features coming in 2018 Docs
datepicker Docs
dialog Docs
divider Docs
expansion-panel Docs
grid-list Docs
icon Docs
input Docs
list Action list planned 2018 Docs
menu Docs
paginator Docs
progress-bar Docs
progress-spinner Docs
radio Docs
ripples Docs
select Docs
sidenav Docs
slide-toggle Docs
slider Docs
snackbar / toast Docs
sort-header Docs
stepper Docs
tabs Docs
textarea Docs
toolbar Docs
tooltip Docs
tree Docs
---------------- ------------------------------------------------------ ------------
theming Guide
typography Guide
layout See angular/flex-layout Wiki
cdk Docs

In progress, planned, and non-planned features

Feature Status Docs Issue
sticky-header In-progress, planned Q2 2018 - #474
virtual-repeat Prototyping, planned Q2 2018 - #823
fab speed-dial Not started, not planned - #860
fab toolbar Not started, not planned - -
bottom-nav Not started, not planned - #408

The goal of Angular Material

Our goal is to build a set of high-quality UI components built with Angular and TypeScript, following the Material Design spec. These components will serve as an example of how to write Angular code following best practices.

What do we mean by "high-quality"?

  • Internationalized and accessible so that all users can use them.
  • Straightforward APIs that don't confuse developers.
  • Behave as expected across a wide variety of use-cases without bugs.
  • Behavior is well-tested with both unit and integration tests.
  • Customizable within the bounds of the Material Design specification.
  • Performance cost is minimized.
  • Code is clean and well-documented to serve as an example for Angular devs.

Browser and screen reader support

Angular Material supports the most recent two versions of all major browsers: Chrome (including Android), Firefox, Safari (including iOS), and IE11 / Edge

We also aim for great user experience with the following screen readers:

  • NVDA and JAWS with IE / FF / Chrome (on Windows).
  • VoiceOver with Safari on iOS and Safari / Chrome on OSX.
  • TalkBack with Chrome on Android.