Skip to content

Commit 516555a

Browse files
committed
added comma to the end as it will help more than hinder.
1 parent ca7c621 commit 516555a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/typescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
"NgRx Data Import Entity Data Module": {
551551
"prefix": "a-ngrx-data-entity-data-module-import",
552552
"description": "Import NgRx Entity Data Module",
553-
"body": ["EntityDataModule.forRoot(${1:entityConfig})"]
553+
"body": ["EntityDataModule.forRoot(${1:entityConfig}),"]
554554
},
555555
"NgRx Data Entity Metadata": {
556556
"prefix": "a-ngrx-data-entity-metadata",

0 commit comments

Comments
 (0)