[AngularJS] Question about forkProcess in /lib/launcher.ts

2019-08-07 Thread Barret Pickett
Hello, what is the purpose of this line? https://github.com/angular/protractor/blob/cc501f71bc1f995a83c1041e1aa489ea0f105679/lib/launcher.ts#L210 What is the purpose of forking only when totalTasks > 1? In my case, I would like to fork even when running only a single spec file. The output form

[AngularJS] Question about forkedProcess in /libs/launcher.ts

2019-08-07 Thread Barret Pickett
Hello, what is the purpose of this line? https://github.com/angular/protractor/blob/cc501f71bc1f995a83c1041e1aa489ea0f105679/lib/launcher.ts#L210 What is the purpose of forking only when totalTasks > 1? In my case, I would like to fork even when running only a single spec file. The output form

[AngularJS] Re: data persistence

2019-08-07 Thread Tito
Answer this first. 1. Are you doing any wild card searches. 2. What backend is it? Your issue most probably is not angular. Sounds like backend issue -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from thi

[AngularJS] where to configure dxicons.woff2 files path to access from subfolder

2019-08-07 Thread Chandra
Hi, I am trying to deploy my angular project(built in angular 6) in subfolder or subsite in IIS however below files are not accessible even I tried by adding MIME type . however its working fine with root directly deployment. HTTP404: NOT FOUND - The server has not found anything matching t

[AngularJS] Re: data persistence

2019-08-07 Thread Vishal Kaushik
Its a search based on parameters selected by the user. There are about 10 parameters. Not all searches lead to 2 million but worse case scenarios does. It uses restful API to pull records based on offset so it fetches only 10 records at a time based on page user is on and if user has clicked ne

[AngularJS] data persistence

2019-08-07 Thread Tito
Out of the 2 million records which ones are pertinent to the user? What kind of searches are you doing? Wildcard ```like '%search term%' -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop

[AngularJS] data persistence

2019-08-07 Thread Vishal Kaushik
Hi guys, I am kind of new to Angular and working on already developed Angular 2 + .Net Rest API project. There are quite a few search screens in my project which are getting page by page records. Rest API are getting data from SQL using entity framework. based on search parameters, the record

[AngularJS] Data Persistence

2019-08-07 Thread Vishal Kaushik
Hi Guys, I am new to Angular and so please excuse if my question is too basic or asked in a wrong way. I need to find a way to optimize Search screens where the data in tables is huge and its expansive to get data from database. The application is Angular 2+ .Net rest API which are using Entit