I read an article about organizing folders in Angular and the author uses one called core, in which he creates the core module and insert only services which will b
core
Your CoreModule contains code that will be used to instantiate your app and load some core functionality.
To get more idea on this read Core Module