★ wanayoo — archive 1999 https://github.com/angular/material2Nouvelle recherche | Portail wanayoo
Skip to content
Material Design components for Angular 2
TypeScript CSS HTML JavaScript Shell
Find file
Failed to load latest commit information.
.github chore(): add issue template Mar 9, 2016
build chore(): add scss and autoprefixer to build Jan 7, 2016
config chore(): add environment configuration to configure the router. Feb 29, 2016
docs chore: remove dart source and tooling Apr 5, 2016
e2e build: upgrade material to latest version of angular-cli (#293) Apr 11, 2016
scripts chore(release): always publish w/ access=public Apr 6, 2016
src feat(navlist): syntactic sugar for simple nav lists Apr 18, 2016
test chore(karma): don't watch deps when running tests (#313) Apr 18, 2016
tools chore: remove dart source and tooling Apr 5, 2016
.clang-format chore(): add clang-format config Jan 4, 2016
.gitignore chore: remove ddescribe and iit completely Mar 21, 2016
.travis.yml chore: remove dart source and tooling Apr 5, 2016
CHANGELOG.md chore(changelog): make alpha.0 name a link Apr 6, 2016
CODE_REVIEWS.md chore(): add guide for code reviews Jan 4, 2016
CODING_STANDARDS.md docs(): fix coding standards example w/ wrong language Jan 22, 2016
CONTRIBUTING.md chore: remove dart source and tooling Apr 5, 2016
DEV_ENVIRONMENT.md docs(e2e): add env setup instructions for e2e Apr 4, 2016
LICENSE chore: update license to MIT Jan 8, 2016
README.md chore(readme): add link to npm packages list (#298) Apr 15, 2016
angular-cli-build.js build: upgrade material to latest version of angular-cli (#293) Apr 11, 2016
firebase.json chore: add rewrite rule to firebase.json Apr 11, 2016
gulpfile.js fix(ci): fix flakiness by inlining html & css Mar 19, 2016
package.json chore(deps): update angular2 and zones versions Apr 13, 2016
tslint.json chore: remove ddescribe and iit completely Mar 22, 2016
typings.json chore(): update to Beta.6, including having our own typings. Feb 25, 2016

README.md

Material Design for Angular 2

NPM Version Build Status Gitter

This is the home for the Angular team's Material Design components built on top of Angular 2.

Project status

The alpha has begun! See the changelog for more information.

Individual components can be installed with npm:

# The core module is required as a peerDependency for other components
npm install --save @angular2-material/core @angular2-material/checkbox

You can see our list of published packages on npm.

If you're using SystemJS as your module loader, your configuration for the angular-material packages should look like:

// The core package is required as a peerDependency for other components.
'@angular2-material/core': {
  format: 'cjs',
  defaultExtension: 'js',
  main: 'core.js'
},
'@angular2-material/checkbox': {
  format: 'cjs',
  defaultExtension: 'js',
  main: 'checkbox.js'
},

During alpha, breaking API and behavior changes will be occurring regularly.

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

We are still getting our CI infrastructure (tests, lint etc.) set up, as well as building out the core library pieces that components will be built upon. If you'd like to contribute, please 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 Good for community contribution label.

Quick links

Google group, Contributing

The goal of Angular Material

Our goal is to build a set of high-quality UI components built with Angular 2 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.
Something went wrong with that request. Please try again.