- ASP.NET Core 2 and Angular 5
- Valerio De Sanctis
- 49字
- 2025-04-04 17:58:00
The server-side code
Now that we've understood the meaning of the root configuration files, we can take a look at the Server-Side code shipped with the Angular SPA Template. As we already saw, we're talking about the contents of the /Controllers/ and /Views/ folders; let's start with the former.