Skip to content

Commit 5bb54e5

Browse files
committed
Rename snippets markup files to html.
1 parent f4c9e4e commit 5bb54e5

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

tests/app/snippets/gestures.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99

1010
@Component({
1111
selector: "gestures",
12-
templateUrl: "snippets/gestures.component.xml",
12+
templateUrl: "snippets/gestures.component.html",
1313
styles:['label { font-size: 32; margin: 2; background-color: lightgreen;}']
1414
})
1515
export class GestureComponent {

tests/app/snippets/icon-font.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {Component} from "@angular/core";
44
@Component({
55
// >> (hide)
66
selector: "icon-font",
7-
templateUrl: "snippets/icon-font.component.xml",
7+
templateUrl: "snippets/icon-font.component.html",
88
styleUrls: ["snippets/icon-font.component.css"]
99
// << (hide)
1010
// ...

tests/app/snippets/layouts.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Component} from "@angular/core";
22

33
@Component({
44
selector: "gestures",
5-
templateUrl: "snippets/layouts.component.xml",
5+
templateUrl: "snippets/layouts.component.html",
66
styles:[
77
'Image { background-color: coral }',
88
'.title { margin: 10; horizontal-align: center; font-size: 32 }',

0 commit comments

Comments
 (0)