From f46069cb774da5de6b4bc8c168b7b44020df8d7f Mon Sep 17 00:00:00 2001 From: ciprianciurea Date: Wed, 22 May 2019 11:03:06 +0300 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 43eae8c..b8a2df0 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,11 @@ The following commands will then be available from the repository root: > gulp build --watch // build and watch for changes > gulp package // create an archive with dist files and samples +## In Angular + +For an example on how to use this plugin with angular, please check this stackblitz prototype: +[doughnutlabel plugin in angular](https://stackblitz.com/edit/angular-v9tfg7) + ## License `chartjs-plugin-doughnutlabel` is available under the [MIT license](LICENSE.md).