Currently, I am diving into the world of Angular and exploring how to develop Angular applications with TypeScript while working on a C# ASP.Net Core Web Api project as the server side component.
My question is this - if I create a NativeScript app in addition to the Angular TypeScript app, will the user see these apps directly on their mobile device screen (such as an iPad or iPhone), or do they need to download it from the app store before being able to use it as a native application?
Also, if it's the former scenario, how does the device determine which one to display, especially considering that I can build the TypeScript app using bootstrap to make it compatible for viewing on mobile devices?