Skip to content

Commit cfb12d4

Browse files
authored
Merge pull request #173 from Zak-C/develop
Develop
2 parents 113a853 + a17894e commit cfb12d4

File tree

10 files changed

+13632
-8961
lines changed

10 files changed

+13632
-8961
lines changed

.eslintrc.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
2-
"root": true,
3-
"ignorePatterns": [
4-
"projects/**/*"
5-
],
6-
"overrides": [
7-
{
8-
"files": [
9-
"*.ts"
2+
"root": true,
3+
"ignorePatterns": [
4+
"projects/**/*"
5+
],
6+
"overrides": [
7+
{
8+
"files": [
9+
"*.ts"
10+
],
11+
"parserOptions": {
12+
"project": [
13+
"tsconfig.json",
14+
"e2e/tsconfig.json"
1015
],
11-
"parserOptions": {
12-
"project": [
13-
"tsconfig.json",
14-
"e2e/tsconfig.json"
15-
],
16-
"createDefaultProgram": true
17-
},
18-
"extends": [
19-
"plugin:@angular-eslint/recommended",
20-
"eslint:recommended",
21-
"plugin:@typescript-eslint/recommended",
22-
"plugin:@typescript-eslint/recommended-requiring-type-checking",
23-
"plugin:@angular-eslint/template/process-inline-templates"
24-
],
25-
"rules": {
26-
"@angular-eslint/component-selector": [
27-
"error",
28-
{
29-
"type": "element",
30-
"prefix": "app",
31-
"style": "kebab-case"
32-
}
33-
],
34-
"@angular-eslint/directive-selector": [
35-
"error",
36-
{
37-
"type": "attribute",
38-
"prefix": "app",
39-
"style": "camelCase"
40-
}
41-
]
42-
}
16+
"createDefaultProgram": true
4317
},
44-
{
45-
"files": [
46-
"*.html"
47-
],
48-
"extends": [
49-
"plugin:@angular-eslint/template/recommended"
18+
"extends": [
19+
"plugin:@angular-eslint/recommended",
20+
"eslint:recommended",
21+
"plugin:@typescript-eslint/recommended",
22+
"plugin:@typescript-eslint/recommended-requiring-type-checking",
23+
"plugin:@angular-eslint/template/process-inline-templates"
24+
],
25+
"rules": {
26+
"@angular-eslint/component-selector": [
27+
"error",
28+
{
29+
"type": "element",
30+
"prefix": "app",
31+
"style": "kebab-case"
32+
}
5033
],
51-
"rules": {}
34+
"@angular-eslint/directive-selector": [
35+
"error",
36+
{
37+
"type": "attribute",
38+
"prefix": "app",
39+
"style": "camelCase"
40+
}
41+
]
5242
}
53-
]
54-
}
43+
},
44+
{
45+
"files": [
46+
"*.html"
47+
],
48+
"extends": [
49+
"plugin:@angular-eslint/template/recommended"
50+
],
51+
"rules": {}
52+
}
53+
]
54+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Install ngx-loading via NPM, using the command below.
3030
npm install --save ngx-loading
3131
```
3232

33-
NOTE: Version 15 of this package requires Angular 15 as a dependency. If you are using an older version of Angular, please install the relevant version e.g. 2.0.1 for Angular 2:
33+
NOTE: Version 16 of this package requires Angular 16 as a dependency. If you are using an older version of Angular, please install the relevant version e.g. 2.0.1 for Angular 2:
3434

3535
```shell
3636
npm install --save [email protected]

0 commit comments

Comments
 (0)