Skip to content

Commit 926aae7

Browse files
authored
fix(ion-router-outlet): add closing slash for tag
Fix typo
1 parent 3c3fa33 commit 926aae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snippets/angular/html.json

Lines changed: 1 addition & 1 deletion
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)