From 37f144e1e906b7a3e737334dad8bb9dd91b70b41 Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Thu, 10 Aug 2017 07:36:43 +0200 Subject: [PATCH] docs(readme): update plnkr example Fixes #618 --- .github/ISSUE_TEMPLATE.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 823013c6..69188a7b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,7 +12,7 @@ **Reproduction of the problem** -If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar. You can use this template as a starting point: http://plnkr.co/edit/tpl:01UjWY3TKfP6pgwXKuEa +If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar. You can use this template as a starting point: http://plnkr.co/edit/tpl:WccVZSBM0rUgq2sXSUbe **What is the expected behavior?** diff --git a/README.md b/README.md index 84697c0b..87305b8a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The internationalization (i18n) library for Angular 2+. -Simple example using ngx-translate: https://plnkr.co/edit/01UjWY3TKfP6pgwXKuEa?p=preview +Simple example using ngx-translate: https://plnkr.co/edit/WccVZSBM0rUgq2sXSUbe?p=preview Get the complete changelog here: https://github.com/ngx-translate/core/releases @@ -24,7 +24,7 @@ First you need to install the npm module: npm install @ngx-translate/core --save ``` -**If you use SystemJS** to load your files, you can check the [plunkr example](https://plnkr.co/edit/01UjWY3TKfP6pgwXKuEa?p=preview) for a working setup that uses the cdn [https://unpkg.com/](https://unpkg.com/). +**If you use SystemJS** to load your files, you can check the [plunkr example](https://plnkr.co/edit/WccVZSBM0rUgq2sXSUbe?p=preview) for a working setup that uses the cdn [https://unpkg.com/](https://unpkg.com/). If you're importing directly from `node_modules`, you should edit your systemjs config file and add `'@ngx-translate/core': 'node_modules/@ngx-translate/core/bundles'` in the map and `'@ngx-translate/core' : { defaultExtension: 'js' }` in packages.