Skip to content

Commit c12d4c5

Browse files
author
Leo Vo
committed
Upgrade to Angular 5.
1 parent b13d0d3 commit c12d4c5

22 files changed

+12536
-6733
lines changed

.angular-cli.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,48 @@
33
"project": {
44
"name": "ngx-treeview"
55
},
6-
"apps": [
7-
{
8-
"root": "src",
9-
"outDir": "dist/demo",
10-
"assets": [
11-
"assets",
12-
"favicon.ico"
13-
],
14-
"index": "index.html",
15-
"main": "main.ts",
16-
"polyfills": "polyfills.ts",
17-
"test": "test.ts",
18-
"tsconfig": "tsconfig.app.json",
19-
"testTsconfig": "tsconfig.spec.json",
20-
"prefix": "ngx",
21-
"styles": [
22-
"../node_modules/font-awesome/scss/font-awesome.scss",
23-
"../node_modules/bootstrap/scss/bootstrap.scss",
24-
"styles.scss"
25-
],
26-
"scripts": [],
27-
"environmentSource": "environments/environment.ts",
28-
"environments": {
29-
"dev": "environments/environment.ts",
30-
"prod": "environments/environment.prod.ts"
31-
}
6+
"apps": [{
7+
"root": "src",
8+
"outDir": "dist/demo",
9+
"assets": [
10+
"assets",
11+
"favicon.ico"
12+
],
13+
"index": "index.html",
14+
"main": "main.ts",
15+
"polyfills": "polyfills.ts",
16+
"test": "test.ts",
17+
"tsconfig": "tsconfig.app.json",
18+
"testTsconfig": "tsconfig.spec.json",
19+
"prefix": "ngx",
20+
"styles": [
21+
"../node_modules/font-awesome/scss/font-awesome.scss",
22+
"../node_modules/bootstrap/scss/bootstrap.scss",
23+
"styles.scss"
24+
],
25+
"scripts": [],
26+
"environmentSource": "environments/environment.ts",
27+
"environments": {
28+
"dev": "environments/environment.ts",
29+
"prod": "environments/environment.prod.ts"
3230
}
33-
],
31+
}],
3432
"e2e": {
3533
"protractor": {
3634
"config": "./protractor.conf.js"
3735
}
3836
},
39-
"lint": [
40-
{
41-
"project": "src/tsconfig.app.json"
37+
"lint": [{
38+
"project": "src/tsconfig.app.json",
39+
"exclude": "**/node_modules/**"
4240
},
4341
{
44-
"project": "src/tsconfig.spec.json"
42+
"project": "src/tsconfig.spec.json",
43+
"exclude": "**/node_modules/**"
4544
},
4645
{
47-
"project": "e2e/tsconfig.e2e.json"
46+
"project": "e2e/tsconfig.e2e.json",
47+
"exclude": "**/node_modules/**"
4848
}
4949
],
5050
"test": {
@@ -63,4 +63,4 @@
6363
"styleExt": "scss",
6464
"component": {}
6565
}
66-
}
66+
}

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
logs
55
*.log
66
npm-debug.log*
7-
yarn-debug.log*
8-
yarn-error.log*
97

108
# compiled output
119
/dist
@@ -47,6 +45,3 @@ testem.log
4745
# System Files
4846
.DS_Store
4947
Thumbs.db
50-
51-
# Binary files
52-
*.tgz

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,8 @@ export class TreeviewConfig {
7272

7373
# [1.2.5](https://www.npmjs.com/package/ngx-treeview) (2017-11-01)
7474
### Enhancement:
75-
* Rename ngOutletContext (deprecated) to ngTemplateOutletContext.
75+
* Rename ngOutletContext (deprecated) to ngTemplateOutletContext.
76+
77+
# [2.0.0](https://www.npmjs.com/package/ngx-treeview) (2017-12-21)
78+
### Enhancement:
79+
* Upgrade to Angular 5.

bs-config.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Karma configuration file, see link for more information
2-
// https://karma-runner.github.io/0.13/config/configuration-file.html
2+
// https://karma-runner.github.io/1.0/config/configuration-file.html
33

44
module.exports = function (config) {
55
config.set({

0 commit comments

Comments
 (0)