Hmm, so this Tour of Heroes example app that the docs walk you through is storing it at the module directory level, with the naming convention <feature>.ts.
Is this the recommended way?
https://stackblitz.com/angular/bxrgjaekbdl?file=src%2Fapp%2Fhero.ts
@bekopharm I see. I'd like to stick to the conventions/defaults tho. Seems like enums get created at module with feature.enum.ts, and models/classes with feature.ts.
@celia You may find that the defaults of ng are a "moving target" :-)
@bekopharm Oh noes. 👀
@celia same, opinionated. The "ng create" offers a set of default conventions but nothing stops you from rolling your own.