From 7705031753c7050222a4558066419d4a57e5d7a3 Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Thu, 2 Aug 2018 21:58:50 +0200 Subject: [PATCH] docs(README): update demo to Stackblitz example The current Plunkr demo is broken. This is a known problem due to a bad initial configuration of the Angular template on Plunker which did not "freeze" the Angular version that's being fetched from unpkg.com. As a result, changes in the package structure broke a lot of demos. I created a new demo and ported it to Stackblitz. It's much easier to update the dependencies there (just click the refresh button on the deps panel). And people even have the possibility to export it to a working Angular CLI setup. You may want to fork my stackblitz and adjust the URL to be able to update it in the future. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bea52c70..a8237b0c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Demo -You can play around with this library with **[this Plunker right here](https://plnkr.co/edit/b3xiPr?p=preview)**. +You can play around with this library with **[this Stackblitz right here](https://stackblitz.com/edit/angular-notifier-demo)**. ![Angular Notifier Animated Preview GIF](/docs/angular-notifier-preview.gif?raw=true)