I am working on an asp.net core 2.0 mvc with angular project. I have created a fresh project from official template;
I can see 2 files in ClientApp subfolder and i do not understand the differences between those 2 files:
app.shared.module.ts
app.server.module.ts
Thanks