In our first two parts on implementing TypeScript in PowerApps, each class we created had its own JavaScript file that was rendered as a web resource for us to upload into PowerApps. Even testing this out with two entities (contact and account), this is a pain and prone to errors. To get around this we … Read More