Base solution for your next web application

Activities of "troyfernando"

yes i did.

thanks it worked . did a second yarn add @ngtools/webpack which is related to the first package . it says "main.ts is missing from the TypeScript compilation..."

just found the solution .. just added these in tsconfig.json "include": [ "../src/**/*" ],

Product Version v7.2.3 Angular .NET Core 2.2 Live Demo is ok . Just in my project

when I resize my browser it is ok

my solution is to change theme .

HI, this is my ANZ version / framework ASP.NET CORE & Angular (single solution) .NET Core 2.2 v7.2.3

my sample for order details is a shopping cart with many item that i want to empty or delete using if any single delete command, without looping each record for deletion

ok thanks

No , I only use paginator from prime ng after searching i found this solution

this.paginator.first = this.paginator.paginatorState.rows * (this.paginator.paginatorState.pageCount-1);

019-10-24 ASP.NET CORE & Angular .NET Core 2.2 v7.2.3

try { var result = new PagedResultDto<GetProductProfileForViewDto>( totalCount, await productProfiles.ToListAsync() ); return result; } catch (Exception err) {

                // error  here ..... 

        }
        
        
        
Showing 1 to 10 of 32 entries