-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(@angular/cli): updating landing page
- Loading branch information
1 parent
4580088
commit 6bd0b7e
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
22 changes: 19 additions & 3 deletions
22
packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
<h1> | ||
{{title}} | ||
</h1><% if (routing) { %> | ||
<div style="text-align:center"> | ||
<h1> | ||
Welcome to {{title}}!! | ||
</h1> | ||
<img src="https://angular.io/resources/images/logos/angular/angular.png" /> | ||
</div> | ||
<h2>Here are some links to help you start: </h2> | ||
<ul> | ||
<li> | ||
<h2>Tour of Heros</h2> | ||
</li> | ||
<li> | ||
<h2>CLI Documentation</h2> | ||
</li> | ||
<li> | ||
<h2>Angular blog</h2> | ||
</li> | ||
</ul> | ||
<% if (routing) { %> | ||
<router-outlet></router-outlet><% } %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters