Skip to content

Commit

Permalink
feat(demo): add link to podcast discussing this library
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Sep 20, 2019
1 parent 7b41246 commit 7cc361b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,29 @@ <h3>
<button mat-flat-button color="warn" routerLink="../examples">
Explore examples
</button>
</div>

<div class="cta">
<a
mat-stroked-button
href="https://medium.com/@tomastrajan/the-best-way-to-lazy-load-angular-elements-97a51a5c2007"
target="_blank"
>
Read blog post
<mat-icon>book</mat-icon> Read blog post
</a>
<a
<a
mat-stroked-button
href="https://www.youtube.com/watch?v=X__jkPGYRUs"
target="_blank"
>
Watch presentation
<mat-icon>play_circle_outline</mat-icon> Watch presentation
</a>
<a
mat-stroked-button
href="https://devchat.tv/adv-in-angular/aia-257-the-easiest-way-to-use-angular-elements-with-tomas-trajan/"
target="_blank"
>
<mat-icon>audiotrack</mat-icon> Listen to podcast
</a>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

.intro {
text-align: center;
margin: 0 0 40px 0;

&:before {
font-family: Lato;
Expand Down Expand Up @@ -44,8 +45,6 @@
}

.cta {
margin: 40px 0 0 0;

button,
a {
margin: 5px;
Expand Down

0 comments on commit 7cc361b

Please sign in to comment.