This is in my lower left corner of the app:
v5.6.0.0 [20180925]
<cite>alper: </cite>
<cite>duffyvector: </cite> Hello, I am new to the forum after purchasing my first license to ASP.NET ZERO. For some reason I cannot search the forum for the topics that interest me? I am able to post reply's to existing post or even create a post as I am doing right now.
Your issue has been fixed. Please try again...
Yes - seems okay now - Thank You!
@alirizaadiyahsi - Thank you for the location of this one file. I am hoping to find a posting of all the files to compare my work to. I have seen other projects where the final solution is available to compare your work and results to.
Sory for the confusion I needed to add myself to the private github area via the licensing screen on <a class="postlink" href="https://aspnetzero.com/LicenseManagement">https://aspnetzero.com/LicenseManagement</a>. Got it now!! Thanks
@aaron - yes I tried that but I get a 404 not found
<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-samples/tree/master/PhoneBook-Angular">https://github.com/aspnetzero/aspnet-ze ... ok-Angular</a>
Hello, I found this post while researching where to add the
using Abp.Application.Services;
using Abp.Application.Services.Dto;
namespace Acme.PhoneBookDemo.PhoneBook
{
public interface IPersonAppService : IApplicationService
{
ListResultDto<PersonListDto> GetPeople(GetPeopleInput input);
}
}
It had a reference to the samples on GIThub: aspnet-zero-samples/PhoneBook-Angular project on github
@aaron is there a completed solution to track where I may go wrong on this demo?