-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df94736
commit 224c44d
Showing
5 changed files
with
73 additions
and
39 deletions.
There are no files selected for viewing
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
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
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
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,23 +1,37 @@ | ||
<div class="background"> | ||
<div class="container"> | ||
<h1>Angular ngRx Material Starter</h1> | ||
<div class="actions"> | ||
<a md-raised-button color="primary" routerLink="../features">Check Features</a> | ||
<a md-raised-button color="accent" routerLink="../examples">Check Examples</a> | ||
<a md-raised-button routerLink="../settings">Change Theme</a> | ||
<span>or</span> | ||
<a md-raised-button | ||
target="_blank" | ||
href="https://medium.com/@tomastrajan/the-complete-guide-to-angular-material-themes-4d165a9d24d1"> | ||
<i class="fa fa-medium"></i> Check Blog Post | ||
</a> | ||
</div> | ||
<div class="get-started"> | ||
<h2>Getting started</h2> | ||
<code>git clone https://github.com/tomastrajan/angular-ngrx-material-starter.git new-project</code><br> | ||
<code>cd new-project</code><br> | ||
<code>npm install</code><br> | ||
<code>npm start</code> | ||
<div class="gradient"> | ||
<div class="container"> | ||
<h1>Angular ngRx Material Starter</h1> | ||
<div class="actions"> | ||
<a md-raised-button color="primary" routerLink="../features" | ||
class="route-enter-staggered"> | ||
Check Features | ||
</a> | ||
<a md-raised-button color="accent" routerLink="../examples" | ||
class="route-enter-staggered"> | ||
Check Examples | ||
</a> | ||
<a md-raised-button routerLink="../settings" | ||
class="route-enter-staggered"> | ||
Change Theme | ||
</a> | ||
<span class="route-enter-staggered">or</span> | ||
<a md-raised-button | ||
class="route-enter-staggered" | ||
target="_blank" | ||
href="https://medium.com/@tomastrajan/the-complete-guide-to-angular-material-themes-4d165a9d24d1"> | ||
<i class="fa fa-medium"></i> Check Blog Post | ||
</a> | ||
</div> | ||
<div class="get-started route-enter-staggered"> | ||
<h2>Getting started</h2> | ||
<code>git clone | ||
https://github.com/tomastrajan/angular-ngrx-material-starter.git | ||
new-project</code><br> | ||
<code>cd new-project</code><br> | ||
<code>npm install</code><br> | ||
<code>npm start</code> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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