Skip to content

Commit 9681506

Browse files
authored
Merge pull request #29 from chernodub/patch-1
fix(ion-router-outlet): add closing slash for tag
2 parents 3c3fa33 + 926aae7 commit 9681506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: snippets/angular/html.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@
927927
},
928928
"ion-router-outlet": {
929929
"prefix": "i-router-outlet",
930-
"body": ["<ion-router-outlet><ion-router-outlet>"],
930+
"body": ["<ion-router-outlet></ion-router-outlet>"],
931931
"description": "<ion-router-outlet> should only be used with Angular projects"
932932
},
933933
"ion-row": {

0 commit comments

Comments
 (0)