AndrewSpeelman / recipe-book-angular

This is an angular front end to the Recipe Book application.
1 stars 0 forks source link

Fix bug: user-defined object just to display an array of strings #14

Open AndrewSpeelman opened 1 year ago

AndrewSpeelman commented 1 year ago

I have absolutely no clue why... but I am not able to use string interpolation on the Recipe model 'instruction' field because it's an array of strings, the only way I've gotten around displaying "[object Object]" is by creating a user-defined object that holds a string.

See: TODO's marked with #14.