Skip to content

Commit

Permalink
Add links to GitHub and Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis.hartrampf committed Aug 3, 2020
1 parent bd2a6c3 commit 1b9c51c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,10 @@

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7.

## Try It
This app is deployed on [Vercel](https://udemy-angular-complete-guide-course-project-git-master.dennishartrampf.vercel.app/).
You can visit it and click around.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Expand Down
11 changes: 9 additions & 2 deletions src/app/header/header.component.html
Expand Up @@ -8,12 +8,19 @@
</div>
<div class="navbar-collapse" [class.collapse]="collapsed" (window:resize)="collapsed = true">
<ul class="nav navbar-nav">
<li routerLinkActive="active"><a routerLink="/recipes" >Recipes</a></li>
<li routerLinkActive="active"><a routerLink="/recipes">Recipes</a></li>
<li routerLinkActive="active"><a routerLink="/shopping-list">Shopping List</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/DennisHartrampf/udemy-angular-complete-guide-course-project"
target="_blank">
View Sources
</a>
</li>
<li class="dropdown" appDropdown>
<a style="cursor:pointer;" class="dropdown-toggle" role="button">Manage <span class="caret"></span></a>
<a style="cursor:pointer;" class="dropdown-toggle" role="button">Manage <span
class="caret"></span></a>
<ul class="dropdown-menu">
<li><a style="cursor:pointer;">Save Data</a></li>
<li><a style="cursor:pointer;">Load Data</a></li>
Expand Down

1 comment on commit 1b9c51c

@vercel
Copy link

@vercel vercel bot commented on 1b9c51c Aug 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.