Where should I put images?

I was actually referencing the data file from a component class (ie not from the html) and nothing seemed to work (ie not even jumping 1 level up @ryanlogsdon

I decided that for files being referenced from within the component class its better to move those out of the assets folder and into the app folders like all other classes.
It seems the assets folder should only be used when referencing items from the template itself (like images).

Thanks