File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
static/usage/skeleton-text Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
import { Component } from ' @angular/core' ;
3
3
4
4
@Component ({
5
- selector: ' app-root ' ,
6
- templateUrl: ' app .component.html' ,
7
- styleUrls: [' app .component.css' ]
5
+ selector: ' app-example ' ,
6
+ templateUrl: ' example .component.html' ,
7
+ styleUrls: [' example .component.css' ]
8
8
})
9
- export class AppComponent {
9
+ export class ExampleComponent {
10
10
public loaded = false ;
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import angularTS from './angular/angular-ts.md';
14
14
vue,
15
15
angular: {
16
16
files: {
17
- 'src/app/app .component.html': angularHTML,
18
- 'src/app/app .component.ts': angularTS
17
+ 'src/app/example .component.html': angularHTML,
18
+ 'src/app/example .component.ts': angularTS
19
19
}
20
20
},
21
21
}}
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import angularCSS from './angular/angular-css.md';
22
22
vue,
23
23
angular: {
24
24
files: {
25
- 'src/app/app .component.html': angularHTML,
26
- 'src/app/app .component.css': angularCSS
25
+ 'src/app/example .component.html': angularHTML,
26
+ 'src/app/example .component.css': angularCSS
27
27
}
28
28
},
29
29
}}
You can’t perform that action at this time.
0 commit comments