Hi, I had to read your reply like 10 times before all this jargon talk sunk in
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…
- AMSController.ts code should move into AMSPlayerComp
- PlyrController.ts should move to PlyrPlayerComp.ts
- PlayersController.ts should move into PlayersView.ts
It will lead to the following cleaner layout and provide several benefits like
- 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 HAHA
Thank you.