Skip to content

Commit 6bd0b7e

Browse files
committed
feat(@angular/cli): updating landing page
1 parent 4580088 commit 6bd0b7e

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed
Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
<h1>
2-
{{title}}
3-
</h1><% if (routing) { %>
1+
<div style="text-align:center">
2+
<h1>
3+
Welcome to {{title}}!!
4+
</h1>
5+
<img src="https://angular.io/resources/images/logos/angular/angular.png" />
6+
</div>
7+
<h2>Here are some links to help you start: </h2>
8+
<ul>
9+
<li>
10+
<h2>Tour of Heros</h2>
11+
</li>
12+
<li>
13+
<h2>CLI Documentation</h2>
14+
</li>
15+
<li>
16+
<h2>Angular blog</h2>
17+
</li>
18+
</ul>
19+
<% if (routing) { %>
420
<router-outlet></router-outlet><% } %>

packages/@angular/cli/blueprints/ng/files/e2e/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ describe('<%= htmlComponentName %> App', () => {
99

1010
it('should display message saying app works', () => {
1111
page.navigateTo();
12-
expect(page.getParagraphText()).toEqual('<%= prefix %> works!');
12+
expect(page.getParagraphText()).toEqual('Welcome to <%= prefix %> works!!!');
1313
});
1414
});

0 commit comments

Comments
 (0)