MOBILE-3751 DX: Improve component snippet

main
Noel De Martin 2021-05-20 10:21:54 +02:00
parent e95deab368
commit 7078ff5757
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"",
"@Component({",
" selector: '$2${TM_FILENAME_BASE}',",
" templateUrl: '${TM_FILENAME_BASE}.html',",
" templateUrl: '$2${TM_FILENAME_BASE}.html',",
"})",
"export class ${1:${TM_FILENAME_BASE}}Component {",
"",