fullstackproltd / AspNetCoreSpa

Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
https://aspnetcorespa.fullstackpro.co.uk
MIT License
1.47k stars 464 forks source link

duplicated account.service.ts #196

Closed kmiskiewicz closed 6 years ago

kmiskiewicz commented 6 years ago

Hi Asad, the project gets better and better. Really amazing job!
I pulled the latest changes and I noticed that account.service.ts exist in two places:

  1. AspNetCoreSpa/ClientApp/app/core/services/account.service.ts
  2. AspNetCoreSpa/ClientApp/src/app/core/services/account.service.ts

Is it correct?

Best regards, Krzysztof

asadsahi commented 6 years ago

@kmiskiewicz thanks for letting me know.

I believe the first one isn't needed. I have removed and checked in.