[AngularJS] When make login and refresh or reload page after login it come back to login page ?

2019-10-30 Thread ahmed elbarbary
on angular 7 When Make login and refresh or reload page after login it come back to login page I work on asp.net MVC project web API work with angular 7 project client side . my problem is when I write user name and password correct on angular 7 it make login success and go to dashboard

[AngularJS] error display after compile successfully prevent show browser angular 7 ?

2019-11-05 Thread ahmed elbarbary
*Problem* *I make web api by asp.net core 2.2 and i test success* *after that i open visual studio code and open my angular project* *but problem it compiled success but browser not open to see my result of web api* *and give me these error after compile success fully* *i write on terminal* *ng

[AngularJS] Re: error display after compile successfully prevent show browser angular 7 ?

2019-11-06 Thread ahmed elbarbary
thank you for reply i make as above remove node_module then make npm install but still problem exist project stop working -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving

[AngularJS] How to show loader component when when form load before data display and hide loader after data display ?

2019-11-18 Thread ahmed elbarbary
How to show loader component when when form load before data display and hide loader after data display ? How to show loader component when when form load before data display and hide loader after data d... I work on angular 7 app I need when page load show loader component before data

[AngularJS] Re: How to show loader component when when form load before data display and hide loader after data display ?

2019-11-19 Thread ahmed elbarbary
what i need actually on view ng if to loader true or false ng if to data what status true or false -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an

[AngularJS] Re: How to show loader component when when form load before data display and hide loader after data display ?

2019-11-19 Thread ahmed elbarbary
thank you for reply can you please tell me what is meaning of code load here I have loader component must work before data after data display hide loader and display data i use loader as but i cannot control to show it or hidden so that can you please help me -- You received this message

[AngularJS] I need to access component when click link but not change URL ?

2019-12-20 Thread ahmed elbarbary
I work on web app done by angular 7 I need when click on any item on list on have router link on nvabar.component.html go to specified component on router link without change URL . navbar.component.html Overview

[AngularJS] Re: How to get id of part name searched on textbox then add to url based on list parts ?

2019-12-21 Thread ahmed elbarbary
can any one help me if possible بتاريخ الأحد، 22 ديسمبر، 2019 1:21:58 ص UTC+2، كتب ahmed elbarbary: > > > I need when write any parts text on text box then convert name i write on > text box to partid > then add to URL > > when my web app opened for first time it open like

[AngularJS] How to get id of part name searched on textbox then add to url based on list parts ?

2019-12-21 Thread ahmed elbarbary
I need when write any parts text on text box then convert name i write on text box to partid then add to URL when my web app opened for first time it open like that localhost:4200/overview after that i write name of part on text input if part exist on list parts it return id of name

[AngularJS] How to add default route /PartDetails to localhost:4200 when site open to first site angular 7 ?

2019-12-19 Thread ahmed elbarbary
I work on angular 7 I need to make default routing for my web app I need to to make default routing to my web app Now on my web app when open on first time it show like that localhost:4200 I need to set default routing to open for first time as below localhost:4200/PartDetails my

[AngularJS] How to allow routing to localhost:4200/overview?partid=10

2019-12-18 Thread ahmed elbarbary
Hi i make local web app with angular 7 I need when write on URL localhost:4200/overview?partid=10 routing to component overview my Question how to make routing to be as above so can you please help me import { QualificationsComponent } from './Pages/qualifications/qualifications.component';

[AngularJS] Re: How to allow routing to localhost:4200/overview?partid=10

2019-12-18 Thread ahmed elbarbary
بتاريخ الأربعاء، 18 ديسمبر، 2019 10:19:27 م UTC+2، كتب ahmed elbarbary: > > Hi i make local web app with angular 7 > I need when write on URL > > localhost:4200/overview?partid=10 > routing to component overview > my Question how to make routing to be as above > s

[AngularJS] Re: How to add default route /PartDetails to localhost:4200 when site open to first site angular 7 ?

2019-12-20 Thread ahmed elbarbary
thank you for repl PartDetails is name of route PartDetails is not component it is name so please How to redirect name is not component i try add { path: '' , redirectTo: '/PartDetails'} it not working How to solve this problem Are angular not support routing to alias name or must use

[AngularJS] Re: How to allow routing to localhost:4200/overview?partid=10

2019-12-18 Thread ahmed elbarbary
thank you for reply can you please tell me how to write question mark ? after overview and how to do partid=values can you please help me -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and

[AngularJS] How to make function give red color to rows have different values ?

2020-02-05 Thread ahmed elbarbary
I work on angular 7 I already display data on dynamic table not static I need when at least one cell from row different from each others then give red font to full row second row give red color because it have at least one cell as 15 different from another cell on row third row have red

[AngularJS] How to display green color if count parts for product > 0 and red if count parts for product is < 0 ?

2020-02-01 Thread ahmed elbarbary
I already have web api function do count for parts related to product based on name of product pass to it suppose I pass car to web api function then it will return how many parts exist on product table that car contain it so if product table have many parts on table product then count

[AngularJS] Re: How to display green color if count parts for product > 0 and red if count parts for product is < 0 ?

2020-02-01 Thread ahmed elbarbary
Can you give me more details answer by coding if possible thanks -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[AngularJS] How to access attribute from array based on value exist on attribute ?

2020-02-11 Thread ahmed elbarbary
problem How to access attribute from array based on value exist on attribute ? I need to access Fn:'Application' inside array of OtherQualification on html angular 7 ? if it have otherQualification - fn - Application then print exist else not exist from html I attached file with post thread

[AngularJS] Re: How to access attribute from array based on value exist on attribute ?

2020-02-11 Thread ahmed elbarbary
بتاريخ الثلاثاء، 11 فبراير، 2020 11:58:16 ص UTC+2، كتب ahmed elbarbary: > > problem > > How to access attribute from array based on value exist on attribute ? > > I need to access Fn:'Application' inside array of OtherQualification on > html angular 7 ? > > if it h

[AngularJS] How to display count of records on tables using angular 7 ?

2020-02-23 Thread ahmed elbarbary
problem How to display count of records on tables using angular 7 ? I work on SQL server 2012 and asp.net core 2.2 I make web API on .net core 2.2 return count of records on table meaning function API return only one value as integer my question How to display count of items on angular 7 ?

[AngularJS] How to add custom filter and sort grid or data table angular 7 ?

2020-02-19 Thread ahmed elbarbary
problem How to add custom filter grid or data table angular 7 ? I already get data but i search for any grid or table can make sort when press to column heading if asc or desc and on same time can write on column any word can filter by it if any website or link do that what i need is

[AngularJS] How to access object and values on json and display as table?

2020-02-11 Thread ahmed elbarbary
problem How to access object and values from json and display as table on angular 7 ? I need to loop within object json below then get values from json and display all objects on columns and rows as values if other qualification array have application on fn attribute then show exist else show

[AngularJS] How to access value of userPass from array of object ?

2020-01-11 Thread ahmed elbarbary
How to access value of userPass from array of object using angular 7? I need to access Property userPass from array of object I have variable from type any his name auth auth have array of object I need to access property value from userpass auth is

[AngularJS] How to generate URL have partid based on part name from list parts?

2019-12-23 Thread ahmed elbarbary
*problem* How to generate URL have partid based on part name written on text input ? I have input text on nvabar.Component.html write on it part name as following : I need when write on text input Transistor part then I will search on list parts and get partid =2 . then

[AngularJS] How to collect all latitude and longitude from foreach loop on one variable after loop finish?

2019-12-30 Thread ahmed elbarbary
*How to collect all latitude and longitude from foreach loop on one variable after loop finish ?* lati: string; longi: string; this.partDetailsService.getLocationData(locationArr).subscribe(res => { res.forEach((item, index)

[AngularJS] Re: How to collect all latitude and longitude from foreach loop on one variable after loop finish?

2019-12-30 Thread ahmed elbarbary
can any one help me if possible on that -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To view this

[AngularJS] cannot push markers on map although have latitude and longitude points ?

2019-12-31 Thread ahmed elbarbary
I using angular 7 google map already display without points pushed on it . meaning all points not display on map although i have latitude and longitude for more points but these points not exists on map . step 1 : on html component step2

[AngularJS] when call service res ult res not accept res : Array

2019-12-31 Thread ahmed elbarbary
I work with angular 7 I create serice as below service.ts getLocationData(ids: Array) { let observableBatch = []; ids.forEach((id) => { observableBatch.push(

[AngularJS] How to get flag for every country based on code ?

2020-01-01 Thread ahmed elbarbary
I work on angular 7 and i need to show flag of country based on country code i will pass to it suppose i have country name united state then when pass US then it will show flag of united state . so are there are any service or sample can i pass to it country code to get flag or not ? --

[AngularJS] How to get id from list when text input match or equal items exist on list?

2019-12-25 Thread ahmed elbarbary
*problem* How to get id from list when text input match or equal items exist on list ? I work on angular 7 I have input text on nvabar.Component.html write on it part name as following : I need when write on text input Transistor part then I will search on list parts and get partid

[AngularJS] How to get gps1(lat,lng) values for group of locationId ?

2019-12-29 Thread ahmed elbarbary
How to get gps1 for every locations as following : locationArr=[40871, 60009, 38149, 40868, 43240, 15299, 53897, 40976, 38151, 23183, 38152, 78579, 23180, 40977, 23176, 39565, 40884, 15298, 38147, 40966, 39669] every number represent locationId I need to pass 21 LocationId to get 21 GPS1

[AngularJS] How to pass array of locationId to service getLocationData to get latitude and longitude?

2019-12-29 Thread ahmed elbarbary
*How to pass array of locationId to service to get latitude and longitude ?* *I have array of locations Id* *locationArr=[40871, 60009, 38149, 40868, 43240, 15299, 53897, 40976, 38151, 23183, 38152, 78579, 23180, 40977, 23176, 39565, 40884, 15298, 38147, 40966, 39669] * *Actually I need

[AngularJS] How to replace red shap on google map with circle googlemap

2019-12-29 Thread ahmed elbarbary
How to use circle on googlemap to location have latitude and longtude ? I work on angular 7 I use red shap on googlemap have latitude and longtude on component i need only to make circle on map to the point have latitude and longtude but i dont need to use red mark on map as following : i

[AngularJS] How to store value of latitude and longtude on two variables after finish loop ?

2019-12-30 Thread ahmed elbarbary
How to store values of loc[0].trim and loc[1].trim on two variables latitude and longitude and what type of two variables ? values of loc[0] and loc[1 already success retrieve values i need to store every loc on two variables after finish loop

[AngularJS] How to display point of morelocations on google map ?

2020-01-06 Thread ahmed elbarbary
I using angular 7 i work on google map google map already display without points pushed on it . meaning I need to display all points on google map meaning i need to display 5 locations every location have latitude and longtude . step 1 : on html component step2 :service.ts

[AngularJS] Re: How to display point of morelocations on google map ?

2020-01-07 Thread ahmed elbarbary
can any one help me please -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To view this discussion

[AngularJS] How to assign value of lat and lng on ngoninit event ?

2019-12-27 Thread ahmed elbarbary
I need to assign value of lat and lng on event ngOnInit how to do that please i assign value this.lat this.lng on ngoninit event but map not display so How to assign values of lng and lat on event ngoninit and display map based on vlues assigned on ngoninit import { Component, AfterViewInit,

[AngularJS] How to return value of Loc value from url angular 7 ?

2019-12-27 Thread ahmed elbarbary
How to return Loc value from link URL angular 7 ? i need actually to return value of loc related to location meaning i only need to return value 27737 i need to only value of Loc from json object from URL so my question How to write service and calling this service on component ngoninit

[AngularJS] How to return json object from link url angular 7?

2019-12-27 Thread ahmed elbarbary
i need to return json object from url so my question How to write service and calling this service on component ngoninit event I actually need to return object from this url so that How to write service and calling on component ngoninit event apiservice.ts create service calling this link

[AngularJS] How to return value of longtide and latitude from json ?

2019-12-28 Thread ahmed elbarbary
How to return value of longtide and latitude from json using angular 7? my URL as following : http://192.168.7.xxx:9200/location/_doc/27737 json returned from url above is : {"_index":"location","_type":"_doc","_id":"27737","_version":1,"_seq_no":

[AngularJS] How add nested loop to ul - li html component without use table on angular 7?

2020-05-02 Thread ahmed elbarbary
I work on app display dynamic menu based on database SQL server 2012 . I need to modify html component by replace table html to ul and li and add nested loop below to ul and li meaning i dont need to use table and i need to use ul li with same code below but i dont know how to add nested

[AngularJS] How to loop to all multi drop down list and get selected text from all drop down list

2020-05-16 Thread ahmed elbarbary
work on angular 7 I need when have multi select drop down listI loop on onchangeevent and get all selected text separated by and as (dropdown1 text and dropdown2 text). Now code below get select text for only one drop down on this line let collectdatamultidropdown:any="statusdata + "=" +

[AngularJS] How to remove plain text URL from data content column name offilneURL?

2020-05-20 Thread ahmed elbarbary
I face issue Cannot hide or remove URL exist as plain text on column name offilneUrl I already do as link so that no need to plain text URL above So I need to hide or remove or empty URL plain text above word page link .

[AngularJS] How to apply red color font to specific column for dynamic data?

2020-05-19 Thread ahmed elbarbary
I work on angular 7 app I need to apply red color font to specific column but i dont know how to do that ? I show data dynamically meaning no fixed column or data and code below working without any issue my main thing i need is if columnname='onlineurl' make font color to red my code as below

[AngularJS] How to make side menu work as accordion when click category display sub categories?

2020-05-24 Thread ahmed elbarbary
I work on angular 7 app I face Issue I can't make left side menu work as accordion . meaning I need when open component report category on load display all categories for all reports then when user select specific category then it will display sub category reports related by collapse it so

[AngularJS] How to display offlineurl as download link where exist on report control Table and columnType=1?

2020-06-14 Thread ahmed elbarbary
I work on angular 7 I face Issue I need to display offlineurl as download Link where it Exist on report control table and columnType=1 . ReportIdFieldName ReportStatusColumnType2028offilneURL Link 12028onlineURL Hidden 2 so I try to make

[AngularJS] Re: How to display offlineurl as download link where exist on report control Table and columnType=1?

2020-06-15 Thread ahmed elbarbary
can you help me my problem not on anchor tag my main issue how to replace static field 'offline by reportcontrol.fieldname' بتاريخ الاثنين، 15 يونيو، 2020 7:46:49 ص UTC+2، كتب ahmed elbarbary: > > I work on angular 7 I face Issue I need to display offlineurl as download > Link where

[AngularJS] I can't replace column rep.offilneUR with rep.reportcontrol.fieldname?

2020-06-18 Thread ahmed elbarbary
0 I try to replace rep.offilneURL with rep.[repcon.fieldName] but it not working . repcon.fieldName return offilneURL inside command Type=1 on component.html // replace rep.offilne by repcon.fieldName although

[AngularJS] Re: I can't replace column rep.offilneUR with rep.reportcontrol.fieldname?

2020-06-18 Thread ahmed elbarbary
بتاريخ الجمعة، 19 يونيو، 2020 1:25:59 ص UTC+2، كتب ahmed elbarbary: > > can you please help me > > I try to replace rep.offilneURL with rep.[repcon.fieldName] but it not > working . > > repcon.fieldName return offilneURL inside command Type=1