Added img to the list items in the Slide interface. This makes it so that the img data sent from the server is parsed on the client side. Adding img to Slide interface allows us to access it in the Angular code.

This commit is contained in:
Joe Schneider 2021-04-30 04:09:33 +00:00
parent 96eed0785a
commit f9d662106f
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ export interface Slide {
chords: string;
lines: string[];
first_slide_of_tag: boolean;
img: string;
}
export interface ServiceItem {