How to create a singleton service

Hi, I had to read your reply like 10 times before all this jargon talk sunk in :slight_smile:

Next I needed to capture my brain like this …

I am now consider removing the red controllers, I got the feeling that in this ionic2 reactive architecture, the .TS files are the “Controllers” of their corresponding .HTML “Views” files.
So…

  1. AMSController.ts code should move into AMSPlayerComp
  2. PlyrController.ts should move to PlyrPlayerComp.ts
  3. PlayersController.ts should move into PlayersView.ts

It will lead to the following cleaner layout and provide several benefits like

  1. Provides access to NavController in PlayersView which now would be chained from another View/Controller

My revised brain is now looking more like this, if you wanna provide more feedback…

I keep running into a lot of others struggling like I was :slight_smile: HAHA

image

Thank you.