Works now. Weird! Will close this item. Thanks.
Steps to reproduce the issue:
1, use the abp suite to create new solution 2, aspnet-core (server): -> cmd-> dotnet restore, then dotnet build 3, use VS to open aspnet-core, then make xxx.DbMigrator as startup project, --> run 4, after created the DB, 5, run id4 and project, make sure all works
6, use VS Code to open angular 7, yarn 8, yarn start --> make sure angular ui works
9, use abp suite to create entity (FullAuditedAggregateRoot) 10, add 2 property 11, check all : like: Multi-tenant, Add migration, Create user interface .... all options were checked
12, Save and generate 13, it shows complete 14, server side and DB all done, I could see them
for the angular project, I could see ".suite" file was created, But I cannot see the any ui code like ui componet and service proxy