<div class="post-text" itemprop="text">
I'm new in Angular development and I have created a project using Visual Studio 2017 Angular's template (I also using ASP.NET Core for the WebApi).
Visual Studio mostly has changed everything and now, when I look for information about Angular I find where to change it but, when I look for that file in my project, it doesn't exit. Examples:
- No polyfills file.
- No src/main.ts file.
- No src/styles.css file.
- New boot.browser.ts file.
- New boot.server.ts file.
- And so on... I'm sure I will find more different.
Is there somewhere a 'translation' guide to how angular's files are called in Visual Studio template?
E.g. if I read: modify src/main.ts
file. Which file do I have to modify?