Skip to content

Commit

Permalink
docs: update online demo link
Browse files Browse the repository at this point in the history
use stackblitz with latest angular
  • Loading branch information
urish committed Jul 3, 2020
1 parent 4d899d0 commit 2e51365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ moment.js pipes for Angular
[![Build Status](https://travis-ci.org/urish/ngx-moment.png?branch=master)](https://travis-ci.org/urish/ngx-moment)
[![npm version](https://img.shields.io/npm/v/ngx-moment.svg)](https://www.npmjs.com/package/ngx-moment)

This module works with Angular 5.0 and newer.
This module works with Angular 7.0.0 and newer.

For an Angular 2 / 4 version, please install [angular2-moment](https://npmjs.org/package/angular2-moment). For the AngularJS, please check out [angular-moment](https://github.com/urish/angular-moment).
For older Angular versions, please install [angular2-moment](https://npmjs.org/package/angular2-moment). For the AngularJS, please check out [angular-moment](https://github.com/urish/angular-moment).

Installation
------------
Expand Down Expand Up @@ -424,4 +424,4 @@ platformBrowserDynamic().bootstrapModule(AppModule);
Demo
----

[See online demo on Plunker](http://plnkr.co/edit/ziBJ0mftSjnz0SrYPwbo?p=preview)
[See online demo on StackBlitz](https://stackblitz.com/edit/ngx-moment-demo?file=src%2Fapp%2Fapp.component.html)

0 comments on commit 2e51365

Please sign in to comment.