MOBILE-3320 DX: Fix service singleton snippet

main
Noel De Martin 2021-05-26 17:26:46 +02:00
parent 027c3870fd
commit 10bcee953e
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
"", "",
"}", "}",
"", "",
"export class ${1:${TM_FILENAME_BASE}} extends makeSingleton(${1:${TM_FILENAME_BASE}}Service) {}", "export const ${1:${TM_FILENAME_BASE}} = makeSingleton(${1:${TM_FILENAME_BASE}}Service);",
"" ""
], ],
"description": "[Moodle] Create a Service Singleton" "description": "[Moodle] Create a Service Singleton"