Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ghilini committed Nov 12, 2017
1 parent 90f42a2 commit f27cda7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

As I urgently needed one for a project, I decided to make my own `DataTable` component and share it on GitHub. This may be useful for you (or not).

**Update 08/2017:** You may want to use [the official Material 2 DataTable here](https://material.angular.io/components/table/overview). But if this one still speaks more to you, no problem I'll keep it up to date with the latest Angular 4+/Material 2 versions.
**Update 08/2017:** You may want to use [the official Material DataTable here](https://material.angular.io/components/table/overview). But if this one still speaks more to you, no problem I'll keep it up to date with the latest Angular 5+/Material5+ versions.

## Features
- Pagination Component
Expand All @@ -17,8 +17,8 @@ As I urgently needed one for a project, I decided to make my own `DataTable` com
- You can use it with @ngrx/store (that's how I use it)

## Working with
- Angular 4.x
- Material 2 Beta
- Angular 5.x
- Material 5 RC

## Installation
To use ng2-md-datatable in your project install it via [npm](https://www.npmjs.com/package/ng2-md-datatable):
Expand Down Expand Up @@ -120,7 +120,7 @@ To add `ng2-md-datatable` to your Material 2 theming file:
@include mat-datatable-theme($theme);
```
This is based on the [current guide](https://github.com/angular/material2/blob/master/guides/theming.md) for theming components with Material 2 Beta.
This is based on the [current guide](https://github.com/angular/material2/blob/master/guides/theming.md) for theming components with Material RC.
## Live Demo
Expand Down

0 comments on commit f27cda7

Please sign in to comment.