Skip to content

Commit

Permalink
fix angular build
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSora committed Apr 5, 2020
1 parent bead6e9 commit 11bbe98
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -65,9 +65,9 @@ <h2>Component</h2>

<div class="buttons">
<button (click)="onBtnScrollRandom($event, [ osComponentRef1, osComponentRef2 ])">Scroll</button>
<button (click)="onBtnChangeOptions($event)">Change Options</button>
<button (click)="onBtnChangeContent($event)">Change Content</button>
<button (click)="onBtnLog($event)">Log</button>
<button (click)="onBtnChangeOptions()">Change Options</button>
<button (click)="onBtnChangeContent()">Change Content</button>
<button (click)="onBtnLog()">Log</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 11bbe98

Please sign in to comment.