Skip to content

Instantly share code, notes, and snippets.

@twerske
Created May 13, 2022 17:37
Show Gist options
  • Save twerske/30c20b6e4f2765bcb5407e2e356e99b5 to your computer and use it in GitHub Desktop.
Save twerske/30c20b6e4f2765bcb5407e2e356e99b5 to your computer and use it in GitHub Desktop.
Catch the invalid "Banana in a box" error on your two-way data bindings
Warning: src/app/app.component.ts:7:25 - warning NG8101: In the two-way binding syntax the parentheses should be inside the brackets, ex. '[(fruit)]="favoriteFruit"'.
Find more at https://angular.io/guide/two-way-binding
7 <app-favorite-fruit ([fruit])="favoriteFruit"></app-favorite-fruit>
~~~~~~~~~~~~~~~~~~~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment