Questions about the former package of the Angular Material Library (@angular2-material/*). Note that packages scoped under angular2-material are no longer being used from September of 2016 in favour of the @angular/material package on NPM. This tag should be used for questions targeting the old package.
Angular 2 Material is a set of common UI components conforming to Google's Material Design specification that can be used for the development of Angular 2 applications.
List of Currently Available Components
md-buttonis an HTML<button>or<a>tag enhanced with styling and animation to match the Material Design Button specification.md-button-toggleis a group of buttons that can be toggled and conform to the Material Design Toggle Buttons specification.md-cardis a content container component that conforms to the Material Design Cards specification.md-checkboxis a selection control that allows users to make a binary choice for a predetermined conditioned. It is modeled after the browser's native checkbox element, and behaves in the same way. Material Design Checkbox specification.md-grid-listis an alternative list view that arranges cells into grid-based layout. Material Design Grid Lists specification.md-iconis a component that displays an icon, which can be a font glyph or an SVG image.md-inputis basic input component of Material 2. Material Design Text Field specificationmd-listis a container component that wraps and formats a series of line items. As the base list component, it provides styling conforming to the Material Design Lists specification, but no behavior of its own.md-menuis a list of options that displays when triggered and conform to the Material Design Menus specification.md-progress-baris a component for indicating progress and activity, matching the Material Design Progress & Activity specification.md-progress-circleis a component for indicating progress and activity, matching the Material Design Progress & Activity specification.md-radio-buttonallow the user to select one option from a set. Material Design Radio Button specification.md-sidenav-layoutandmd-sidenavcomprise the side navigation component for Material 2. Material Design Navigation Drawer specification.md-slideris a component that allows users to select from a range of values by moving the slider thumb. Material Design Sliders specification.md-slide-toggle("switch") is a two-state selection control conforming to the Material Design Switch specification.md-tab-groupandmd-taballow the user to organize their content by labels such that only one tab is visible at any given time. Material Design Tabs specification.- md-toolbar is a vertical aligned bar, which can hold the application title or actions and conforms to the Material Design Toolbars specification.
- md-tooltip allows the user to specify text to be displayed when the mouse hover over an element. Material Design Tooltips specification.
Resources