Skip to content

Commit 0658e7a

Browse files
committed
fixed the ng2-import because the closing quote mark was inside the placeholder
1 parent 44e5706 commit 0658e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/ng2-import.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
import { ${2:Module} } from '${1:path/to/module'}$0]]></content>
3+
import { ${2:Module} } from '${1:path/to/module}'$0]]></content>
44
<tabTrigger>ng2-import</tabTrigger>
55
<scope>source.ts,source.tsx,source.js</scope>
66
<description>Angular 2 Import Snippet</description>

0 commit comments

Comments
 (0)