Back to Material

Getting Started.Tmpl

docs/app/partials/getting-started.tmpl.html

1.2.53.3 KB
Original Source

New to AngularJS? Before getting into AngularJS Material, it might be helpful to:

How do I start with AngularJS Material?

Our CodePen Community

You can also visit our CodePen Community to explore more samples, collections, and ideas.

Installing the AngularJS Material Libraries

You can install the AngularJS Material library (and its dependent libraries) in your local project using NPM.

AngularJS Material also integrates with some additional, optional libraries which you may elect to include:

  • ngMessages - Provides a consistent mechanism for displaying form errors and other messages. Required for some AngularJS Material components like md-input.
  • ngSanitize - The ngSanitize module provides functionality to sanitize HTML content in Material components.
  • ngRoute - Provides a clean routing system for your application.

Unsupported Integrations

AngularJS Material has known integration issues with the following libraries:

  • ngTouch - AngularJS Material conflicts with ngTouch for click, tap, and swipe support on touch-enabled devices.
  • Ionic v1 - Has built-in touch support that interferes with AngularJS Material's mobile gesture features. Ionic v1 is no longer officially supported by the Ionic team.

Getting help with AngularJS Material