Skip to content

Commit

Permalink
docs: updated plunkr url
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Nov 23, 2017
1 parent 569d7e0 commit a8f23a4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 345 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:WccVZSBM0rUgq2sXSUbe
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:XXwyUYS6ZL7qVD9I2l0g


**What is the expected behavior?**
Expand Down
20 changes: 0 additions & 20 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The internationalization (i18n) library for Angular.

Simple example using ngx-translate: https://plnkr.co/edit/WccVZSBM0rUgq2sXSUbe?p=preview
Simple example using ngx-translate: https://plnkr.co/edit/XXwyUYS6ZL7qVD9I2l0g?p=preview

Get the complete changelog here: https://github.com/ngx-translate/core/releases

Expand All @@ -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/WccVZSBM0rUgq2sXSUbe?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/XXwyUYS6ZL7qVD9I2l0g?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.


Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "@ngx-translate/core",
"description": "The internationalization (i18n) library for Angular",
"version": "9.0.0",
"scripts": {
"build": "ng-packagr -p ng-package.json",
"clean": "rimraf bundles coverage src/**/*.d.ts src/**/*.metadata.json src/**/*.js tests/**/*.d.ts tests/**/*.metadata.json tests/**/*.js index.d.ts index.metadata.json index.js",
"commit": "git-cz",
"lint": "npm run clean && tslint --project tsconfig.json lib/src/**/*.ts",
"release": "standard-version",
"test": "karma start",
"test-watch": "karma start --singleRun=false --autoWatch=true"
},
Expand Down Expand Up @@ -67,7 +65,6 @@
"rimraf": "2.6.2",
"rxjs": "5.5.2",
"source-map-loader": "0.2.3",
"standard-version": "^4.2.0",
"ts-helpers": "1.1.2",
"tslint": "5.8.0",
"tslint-loader": "3.5.3",
Expand Down
Loading

0 comments on commit a8f23a4

Please sign in to comment.