Skip to content

Commit f477bcb

Browse files
committed
Fixing smaller issues
1 parent d6c498d commit f477bcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

snippets/typescript.json

+1-1
Large diffs are not rendered by default.

src/snippets.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"import { Directive } from '@angular/core';",
144144
"",
145145
"@Directive({",
146-
"\tselector: '[${1:app}-${2:Name}',",
146+
"\tselector: '${1:app}-${2:Name}',",
147147
"})",
148148
"export class ${2:Name}Directive {${3: }}$0"
149149
]
@@ -156,7 +156,7 @@
156156
"import { Directive, ElementRef, Input } from '@angular/core';",
157157
"",
158158
"@Directive({",
159-
"\tselector: '[[${1:app}-${2:Name}]',",
159+
"\tselector: '[${1:app}-${2:Name}]',",
160160
"})",
161161
"export class ${2:Name}Directive {",
162162
"\tconstructor(private elementRef: ElementRef) {}",

0 commit comments

Comments
 (0)