Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in app.component.html #1

Open
sashee opened this issue Jun 14, 2021 · 0 comments
Open

Error in app.component.html #1

sashee opened this issue Jun 14, 2021 · 0 comments

Comments

@sashee
Copy link

sashee commented Jun 14, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant