Skip to content

Commit 4e4f127

Browse files
committed
Prettier
1 parent cc89d05 commit 4e4f127

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

demo/app/shared/collection-info.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { DocumentCollection } from 'ngx-jsonapi';
44
@Component({
55
selector: 'demo-collection-info',
66
standalone: false,
7-
templateUrl: './collection-info.component.html',
7+
templateUrl: './collection-info.component.html'
88
})
99
export class CollectionInfoComponent {
1010
@Input() public collection: DocumentCollection;

projects/ngx-jsonapi-lib/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"license": "MIT",
1919
"homepage": "https://github.com/reyesoft/ngx-jsonapi#readme",
2020
"peerDependencies": {
21-
"@angular/animations": "^16.2.0 || ^17.0.0",
22-
"@angular/common": "^16.2.0 || ^17.0.0",
23-
"@angular/compiler": "^16.2.0 || ^17.0.0",
24-
"@angular/core": "^16.2.0 || ^17.0.0",
25-
"@angular/forms": "^16.2.0 || ^17.0.0",
26-
"@angular/platform-browser": "^16.2.0 || ^17.0.0",
27-
"@angular/platform-browser-dynamic": "^16.2.0 || ^17.0.0",
28-
"@angular/platform-server": "^16.2.0 || ^17.0.0",
29-
"@angular/router": "^16.2.0 || ^17.0.0"
21+
"@angular/animations": "^16.2.0 || ^17.0.0",
22+
"@angular/common": "^16.2.0 || ^17.0.0",
23+
"@angular/compiler": "^16.2.0 || ^17.0.0",
24+
"@angular/core": "^16.2.0 || ^17.0.0",
25+
"@angular/forms": "^16.2.0 || ^17.0.0",
26+
"@angular/platform-browser": "^16.2.0 || ^17.0.0",
27+
"@angular/platform-browser-dynamic": "^16.2.0 || ^17.0.0",
28+
"@angular/platform-server": "^16.2.0 || ^17.0.0",
29+
"@angular/router": "^16.2.0 || ^17.0.0"
3030
},
3131
"sideEffects": false
3232
}

0 commit comments

Comments
 (0)