eelayoubi/aws-examples

Error in app.component.html

Opened this issue · 0 comments

In the file: https://github.com/eelayoubi/aws-examples/blob/master/aws-examples/src/app/app.component.html#L1

<button (click)="onClickMe()">Click me!</button>

should be:

<button (click)="insertAnimal()">Click me!</button>

to match the function in the app.component.ts.