Skip to content

Commit 8e9bcaf

Browse files
committed
Provide app.component.ts with the starter files.
1 parent 688734c commit 8e9bcaf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

APM - Start/app/app.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
import { Component } from '@angular/core';
22

3+
@Component({
4+
selector: 'pm-app',
5+
template: '<h1>Angular2: Getting Started</h1>'
6+
})
37
export class AppComponent { }

APM - Start/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
</head>
2525

2626
<body>
27-
Starter files for Angular2: Getting Started.
27+
<pm-app></pm-app>
28+
Starter files
2829
</body>
2930

3031
</html>

0 commit comments

Comments
 (0)