Skip to content

Commit

Permalink
Update example page
Browse files Browse the repository at this point in the history
  • Loading branch information
jannicz committed Jul 10, 2018
1 parent fd5e4e9 commit ae80f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2>Variable Example</h2>

<ul class="inline">
<li [style.color]="color">
<svg-icon-sprite #iconSprite [src]="'assets/sprites/sprite.svg#' + icon" [width]="width"></svg-icon-sprite>
<svg-icon-sprite #iconSprite [viewBox]="'0 0 24 24'" [src]="'assets/sprites/sprite.svg#' + icon" [width]="width"></svg-icon-sprite>
</li>
</ul>

Expand All @@ -78,4 +78,4 @@ <h2>Variable Example</h2>
</p>
</div>

<!-- https://medium.com/@nikolasleblanc/building-an-angular-4-component-library-with-the-angular-cli-and-ng-packagr-53b2ade0701e -->
<!-- https://medium.com/@nikolasleblanc/building-an-angular-4-component-library-with-the-angular-cli-and-ng-packagr-53b2ade0701e -->

0 comments on commit ae80f5d

Please sign in to comment.