Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 27, 2015
1 parent f41fb1f commit 7c23d1b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
Material Components for Angular2 [![Build Status](https://travis-ci.org/justindujardin/ng2-material.svg?branch=master)](https://travis-ci.org/justindujardin/ng2-material) [![Coverage Status](https://coveralls.io/repos/justindujardin/ng2-material/badge.svg?branch=master&service=github)](https://coveralls.io/github/justindujardin/ng2-material?branch=master)
---

This project is intended to be a placeholder for material design components in Angular2 until an official
implementation is provided.
This is an implementation of Material Design components for Angular 2. View the [examples here](https://justindujardin.github.io/ng2-material/).

These are based very heavily on the components and styles defined in the
[Angular Material](https://github.com/angular/material) and [Angular 2](https://github.com/angular/angular) projects.

The examples are ported pretty directly from the existing [Angular Material](https://material.angularjs.org) docs site.
The components are heavily inspired by the components and styles defined in the
[Angular Material](https://github.com/angular/material) and [Angular 2](https://github.com/angular/angular) projects.
Many of the components and examples are ported directly from their existing projects.

## License

This project is dual licensed under the MIT and Apache2 licenes.
This project is dual licensed under the MIT and Apache2 licenses.

- [Angular Material](https://github.com/angular/material) is licensed: [MIT](https://github.com/angular/material/blob/master/LICENSE)
- [Angular 2.0 Developer Preview](https://github.com/angular/angular) is licensed: [Apache2](https://github.com/angular/angular/blob/master/LICENSE)

0 comments on commit 7c23d1b

Please sign in to comment.