I am looking into a typical Ionic project structure. It’s based on an idea that every page has its own folder where all the page parts (specifically components) reside. In reality an application might have pages that mostly use common business components - components that are built on a top of a generic framework. Ionic in this case. Shouldn’t be there a common place for all these business components? Like in AngularJS development I have common folders for all my directives that serve the purpose of being my business component framework. Any idea?
Thanks