[AngularJS] Re: Polynomial graph angular 7

2020-03-10 Thread Tito
I love using D3 graph. Hope it helps https://observablehq.com/@harrystevens/introducing-d3-regression#polynomial On Wednesday, February 5, 2020 at 9:42:54 AM UTC-8, Karthi Keyan wrote: > > Hi Team , > > Please answer the below query. > > I have to develop the Polynomial graph as attached above ba

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

2020-01-02 Thread Tito
I think this guy is involved in a project way above his skill set and is asking others to do his work for him. A lot of question on this forum -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group an

[AngularJS] Re: Store in Angular, with async processes : no Redux please

2019-10-27 Thread Tito
Sembles un peux tros faché pour technologie -- 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 thi

[AngularJS] Should do I upgrade my angularJS 1.0.8 project to 1.7.7, or create an hybrid app

2019-09-30 Thread Tito
Time to kiss Satan. Hybrid is not worth imho. Bite the bullet and rewrite in angular 8. One component at s time. Time wasted in a hybrid Frankenstein could be used to learn and make a solid app -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS di

[AngularJS] [KNOCKOUTJS] changing date time format to timezone ASIA/JERUSALEM from UTC

2019-09-18 Thread Tito
Show us what you are trying to do using stackblitz or something No one is gonna download those files might be unsafe -- 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 fr

[AngularJS] Re: Remember login id and password in an angular 5 application

2019-08-20 Thread Tito
there is already an answer for you in https://gitter.im/angular/angular.js +++V+++ no, just no don't do that at all you don't keep authentication data in a front-end application nor in a cookie you only store it hashed in your database and that's the backend's responsability the only thing you're

Re: [AngularJS] Re: Performance Issue

2019-08-15 Thread Tito
not supported or maybe ram,cpu of the box? > > On Fri, Aug 16, 2019 at 8:06 AM Tito > > wrote: > >> are you using the full blown angular js or minified? >> >> https://gist.github.com/Restuta/cda69e50a853aa64912d >> >> On Thursday, August 15, 2019 at

Re: [AngularJS] Re: Performance Issue

2019-08-15 Thread Tito
not supported or maybe ram,cpu of the box? > > On Fri, Aug 16, 2019 at 8:06 AM Tito > > wrote: > >> are you using the full blown angular js or minified? >> >> https://gist.github.com/Restuta/cda69e50a853aa64912d >> <https://www.google.com/url?q=https%3A%2F%2

[AngularJS] Re: Performance Issue

2019-08-15 Thread Tito
are you using the full blown angular js or minified? https://gist.github.com/Restuta/cda69e50a853aa64912d On Thursday, August 15, 2019 at 3:34:05 AM UTC-7, Fariza Tajuddin wrote: > > Hi.. > I am developer for STB , previously we just used js for our code but for > new version we upgrade using an

[AngularJS] Re: load external file on service

2019-08-12 Thread Tito
load it using your basic const typeDefs = require("./config"); On Monday, August 12, 2019 at 7:32:48 AM UTC-7, marc wrote: > > Hi all, > I have a question for you. I should load an external file, a JSON file, > containing environment variables. > > For example: > > export class ClientService { >

[AngularJS] Re: Using jQuery With Angular is it best practice and why would you do it?

2019-08-09 Thread Tito
that said please look at this https://ng-bootstrap.github.io/#/components/datepicker/overview On Friday, August 9, 2019 at 5:58:54 AM UTC-7, Tito wrote: > > Do the folks you manage know you are posting this question? > > Trust your devs' choices especially if you dont have a

[AngularJS] Using jQuery With Angular is it best practice and why would you do it?

2019-08-09 Thread Tito
Do the folks you manage know you are posting this question? Trust your devs' choices especially if you dont have any dev experience -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop rec

[AngularJS] Re: data persistence

2019-08-08 Thread Tito
I would go with redis caching. https://redis.io/topics/introduction -- 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...@goo

[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] 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] First project with vb.net for Web, need some light

2019-08-02 Thread Tito
Just point your angular app to your vb.met api Here is a sample project that uses heroesUrl as api endpoint pointer https://github.com/yosiasz/tourofheroes-mssql -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe

[AngularJS] Angular 8 with an api

2019-07-29 Thread Tito
Greetings, Finally diving in into angular 8 (why did I not before!!! bcs I love it) This is what my app folder looks like (repo is https://github.com/yosiasz/tourofheroes-mssql) ./src app server --here my server express.js api resides 1. Is this a good approach? 2. If it is acceptable how d

[AngularJS] should i learn ng-book or recommend a better book.

2019-07-29 Thread Tito
Why not learn the latest angular instead? https://angular.io/ -- 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...@googlegrou

[AngularJS] angular visual studio line editor

2019-07-28 Thread Tito
Google is your friend as this question is unrelated to angular itself https://www.google.com/url?sa=t&source=web&rct=j&url=https://code.visualstudio.com/docs/getstarted/tips-and-tricks&ved=2ahUKEwjek_rpttjjAhWKvp4KHSacCYAQFjABegQIARAB&usg=AOvVaw1u5yMbtoqdE7S7Jm6J4dgT -- You received this message

[AngularJS] Re: Angular 1.5.8 Directive for Bootstrap 4 Accordion

2019-07-26 Thread Tito
he Bootstrap grid > > > > > > then the columns defined in javascript: > > columns:[ //define the table columns > {title:"Last Updated", field:"*UpdatedDtTm*"}, > . etc > ], > > I can find no code any where that does this type of thing

[AngularJS] Re: multiple pipes and does not work

2019-07-24 Thread Tito
is this for AngularJS or angular ? On Wednesday, July 24, 2019 at 10:19:07 AM UTC-7, Dev C wrote: > > > > I have above .html file where in sort array does not work, I mean I put > console.log in it but it never prints nor it sorts. > > Thanks > > -- You received this message because you a

[AngularJS] Re: Angular 1.5.8 Directive for Bootstrap 4 Accordion

2019-07-24 Thread Tito
hey Howard. Can you post your code somewhere out there like plunkr ? I have been able to do this if I understand your question. On Wednesday, July 24, 2019 at 9:56:01 AM UTC-7, howard taylor wrote: > > Angular includes a javascript library for a Grid Directive (ui-grid.js) > and it is a time s

[AngularJS] Re: updating pouchdb local document raising 409 and not reflecting changes in database but in revisions

2019-07-21 Thread Tito
ክፍሎም ሐወይ documentation አንብባ ! https://pouchdb.com/guides/conflicts.html Immediate conflicts *Immediate conflicts* can occur with any API that takes a rev or a document with _rev as input – put(), post(), remove(), bulkDocs(), and putAttachment(). They manifest as a 409(conflict) error: On S

[AngularJS] Re: Angular application is not loading.

2019-07-21 Thread Tito
please open dev console (F12 ) or right click on page and select source and then go to the console tab to see what errors you might be getting. On Thursday, July 18, 2019 at 11:26:38 PM UTC-7, upasana sinha wrote: > > Angular application is not loading even after compiling the code > successfull

[AngularJS] How to make Method process in sequence

2019-07-14 Thread Tito
Method1().then(method2()) -- 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 post to this group, send e

[AngularJS] . Reactive forms are built around observable streams, where form inputs and values are provided as streams of input values, which can be accessed synchronously.

2019-06-29 Thread Tito
Check this tutorial https://youtu.be/PhggNGsSQyg -- 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 po

[AngularJS] Re: Application

2019-06-18 Thread Tito
ok On Monday, June 17, 2019 at 11:42:28 AM UTC-7, Venkatesh madala wrote: > > Angularjs using with some websites creating -- 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 ema

[AngularJS] Angular Sharing Components

2019-06-11 Thread Tito
Maybe creating your own internal repository like npm does. And you want each team to have a version of their own for the sae component, sounds like that would defeat the purpose of shared components to me? -- You received this message because you are subscribed to the Google Groups "Angular an

Re: [AngularJS] Re: Limit API Response to Class Attributes

2019-06-05 Thread Tito
S'il te plaid ne hijack pas l'autre thread. Commence ta proper question? -- 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...@

[AngularJS] Angularjs is not updating ng-model value when the value of dropdown/select is being changed

2019-06-04 Thread Tito
https://docs.angularjs.org/api/ng/directive/ngOptions -- 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. T

[AngularJS] Angularjs is not updating ng-model value when the value of dropdown/select is being changed

2019-06-04 Thread Tito
Look into ngoption and ngChange -- 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 post to this group,

[AngularJS] Re: JavaScript(Input Text Field) Not working in AngularJs After ios 12.2 Update

2019-05-09 Thread Tito
What does 12.2 refer to? On Thursday, May 9, 2019 at 7:11:39 AM UTC-7, Pankaj Jain wrote: > > Area: > Safari > > Summary: > our production site viewtrip.travelport.com is build with AngularJs and > javascript. After 12.2 update our input feilds are not working though user > types. its working

[AngularJS] Re: Angular install for different users on same computer

2019-04-15 Thread Tito
Why are you doing this on each user? are they angular developers or users of a certain application? On Monday, April 15, 2019 at 5:37:46 AM UTC-7, prakas...@gstt.nhs.uk wrote: > > Hi, > > I have already installed anguar for 1 user on a win 10 machine and is > working fine. > > However, when anot

[AngularJS] Re: Pagination with server call

2019-04-09 Thread Tito
http://jasonwatmore.com/post/2016/01/31/angularjs-pagination-example-with-logic-like-google On Tuesday, April 9, 2019 at 9:07:45 AM UTC-7, Dev C wrote: > > I have An Api which returns the data with pager object like page number > and page size, everytime i click on pagination control it should

[AngularJS] retrieving focus after components updated

2019-04-05 Thread Tito
Can you save lastFocus and refocus on that element that had the lastFocus -- 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...

[AngularJS] Re: Server side pagination

2019-04-03 Thread Tito
http://jasonwatmore.com/post/2016/01/31/angularjs-pagination-example-with-logic-like-google On Wednesday, April 3, 2019 at 6:49:48 AM UTC-7, Dev C wrote: > > Hello > > Do anybody has server side pagination, wherein everytime on pagination > pager i click it should retrieve data from server or Api

[AngularJS] CDAP UI unable to run Testsuites

2019-03-28 Thread Tito
Could it be that you still have some modules installed globally that are of different version -- 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 t

[AngularJS] Re: compatibility issue

2019-03-25 Thread Tito
what seems to be the issue? post code or error that is failing ? On Monday, March 25, 2019 at 7:21:41 AM UTC-7, Polsani Hema wrote: > > My angular js version 1.7.5 is working fine in Firefox, Chrome and safari > but not in "INTERNET EXPLORER" and "MICROSOFT EDGE". > > I have also added this lin

[AngularJS] Re: Retrieving and displaying an image using web api from angularjs in asp.net without using mvc

2019-03-21 Thread Tito
I dont think you will get an answer by posting the same multiple times. its called spamming Please show us the code you have here or on stackblitz? On Wednesday, March 20, 2019 at 10:50:00 PM UTC-7, P.Suresh Kumar wrote: > > Greetings! > > How to retrieve and display an image based on employee_i

[AngularJS] Re: Preventing automatic search in angularjs

2019-03-20 Thread Tito
Please show us the code you have here or on stackblitz? On Wednesday, March 20, 2019 at 2:59:58 AM UTC-7, P.Suresh Kumar wrote: > > I have a form with a textbox and a button. The textbox contains > employee_id and the purpose is to find the image based on that id from the > database in angularjs

[AngularJS] Re: Adding a timed flash error message and also a popup message

2019-03-19 Thread Tito
for example in my controller I have the following function AddResource() { var data = vm.prdata; if (data.budgetid == null) { toastr.info('Please select a Budget!'); return false; } if (data.selectedsalarygraderoleid == null) { toastr.info('Role is required!'); return false; } if (data.resourceco

[AngularJS] Re: Angular 2 Write all the console. log statements to a file in Server

2019-03-10 Thread Tito
check out morgan (https://www.npmjs.com/package/morgan) or some other logger var express = require('express') var fs = require('fs') var morgan = require('morgan') var path = require('path') var rfs = require('rotating-file-stream') var app = express() var logDirectory = path.join(__dirname, 'lo

[AngularJS] Re: AsyncValidatorFn vs AsyncValidator

2019-03-06 Thread Tito
https://angular.io/api/forms/AsyncValidatorFn https://angular.io/api/forms/AsyncValidator the latter looks to be more robust than the first ? On Wednesday, March 6, 2019 at 3:37:17 PM UTC-8, Long Field wrote: > > Hi All > Notice there are two interface for AsyncValidator what's difference? > > C

[AngularJS] Accessing Data in A Chained Call (Angular 7) -- A 'this' Problem?

2019-03-05 Thread Tito
Where is choseScale? I dont see it -- 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 post to this grou

[AngularJS] Re: MatStepper step icon question

2019-02-26 Thread Tito
did you see this? https://github.com/angular/material2/issues/8997 On Tuesday, February 26, 2019 at 8:47:44 AM UTC-8, Les Stockton wrote: > > > I have an issue using the Material Stepper, and not sure how to solve it. > Each step has an icon to the left of the label, and the icon usually has >

[AngularJS] Re: api best practice

2019-02-26 Thread Tito
And this would allow me to do each api as docker-able unit. nice! Thanks! On Tuesday, February 26, 2019 at 9:01:30 AM UTC-8, Sander Elias wrote: > > Hi Tito, > > I would go for something like: > > /apis/vmware > /apis/budgetPlanning > /apis/assetmanagement > >

[AngularJS] Re: api best practice

2019-02-26 Thread Tito
meaning 1. /vmware.api /budgetplanning.api /assetmanagement.api 2. apps.api /vmware.api /budgetplanning.api /assetmanagement.api On Tuesday, February 26, 2019 at 8:29:31 AM UTC-8, Tito wrote: > > Greetings! > > The more angular apps we are building the more we realize it w

[AngularJS] api best practice

2019-02-26 Thread Tito
Greetings! The more angular apps we are building the more we realize it would behoove us to make micro apis bundled as their own small footprint apis. Currently each app has it's own api. We would like to make these part of a bigger mesh of services. what approach would you recommend 1. distinct

[AngularJS] Angular 7: Template URL -- full path or relative path?

2019-02-26 Thread Tito
Common denominator on literal path is docker. What version of node are you using in docker vs non docker? -- 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

[AngularJS] Re: how to reference different controllers in a directive

2019-02-21 Thread Tito
this worked I Just needed to compile :) .directive("estimateOpex", function() { return { restrict: "EA", templateUrl: "app/estimate/opex/estimate.opex.html", controller: 'estimateopex', controllerAs: 'vm', bindToController: true }; }) On Thur

[AngularJS] how to reference different controllers in a directive

2019-02-21 Thread Tito
Greetings, This is for AngularJS. Our directive looks like the following. In each of those folders (app/estimate/opex, app/estimate/capex/) What do I need to do so that each view (html) can reference it's own specific estimate.opexcontroller.js and estimate.capexcontroller.js? Thanks! .directi

[AngularJS] Re: getting data but unable to output

2019-02-20 Thread Tito
what does console.log($event) show? On Wednesday, February 20, 2019 at 5:17:29 AM UTC-8, John Biddulph wrote: > > So, I am passing a letter accross to append onto the end of my urls as > follows: > > http://www.mypubspace.com/pubsmobile/wherefirstletter.php?firstletter=L > > http://www.mypubspa

[AngularJS] Re: AngularJS Newbie - Trying to Get Controller to Work

2019-02-16 Thread Tito
but basically your problem was you declared the array as myFamily in the controller but you are using it as MyFamily in the html javascript is super case sensitive Randall <> randall On Friday, February 15, 2019 at 9:15:41 PM UTC-8, Randall V wrote: > > Hello -- > I am new to AngularJS. I have b

[AngularJS] Re: AngularJS Newbie - Trying to Get Controller to Work

2019-02-16 Thread Tito
I would highy encourage you if you can 1. Download and install a proper IDE namely visual studio code free and powerful 2. Here is a sample of your app http://next.plnkr.co/plunk/x3zHQP20eoOFe6Tc On Friday, February 15, 2019 at 9:15:41 PM UTC-8, Randall V wrote: > > Hello -- > I am new to Angula

[AngularJS] Re: Angular 7 single click and double click events

2019-02-12 Thread Tito
why do you want a double click in a web application? On Tuesday, February 12, 2019 at 5:55:03 PM UTC-8, rj wrote: > > My table row is configured like below, > > [class.table-success]="venuesRunning[i]" [routerLink]="['/invoices', > v.userid]" > > > The above code snip works for a single click on

Re: [AngularJS] Re: trying to pass data in params using router

2019-02-11 Thread Tito
nurl = ' > http://www.mypubspace.com/pubsmobile/gettownpubs.php?rsTown=Worthing'; > > > > On Monday, February 11, 2019 at 6:49:03 PM UTC, Tito wrote: >> >> >>1. what happens when you call this endpoint from curl or postman tool? >>Localhost:4200/?town=Brig

Re: [AngularJS] Re: trying to pass data in params using router

2019-02-11 Thread Tito
I’m stuck, I need to be able to pass this into my pub.service.ts file so I > can change the URL of my JSON > > > > On Mon, 11 Feb 2019 at 17:33, Tito > wrote: > >> so 1 step at a time. did your original issue get fixed? :) >> >> >> On Monday, February 11,

[AngularJS] Re: trying to pass data in params using router

2019-02-11 Thread Tito
so 1 step at a time. did your original issue get fixed? :) On Monday, February 11, 2019 at 9:28:22 AM UTC-8, John Biddulph wrote: > > So I have the towns being passed into my query in my URL bar in my browser > but now I need to get this out into my services file but I put in my > PubComponent >

[AngularJS] Re: trying to pass data in params using router

2019-02-11 Thread Tito
have you declared your routes? You are asking to go to this towns route but there is no exit sign ;) const routes: Routes = [ { path: '', component: DashboardComponent, }, ]; On Monday, February 11, 2019 at 7:26:59 AM UTC-8, John Biddulph wrote: > > I

[AngularJS] Re: xeditable form buttons issue

2019-02-10 Thread Tito
Have! Yes blast from past so I opted for ui-grid. Much more robust and richer! 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 angul

[AngularJS] Re: ui-grid: single click on "focused" cell does not cause it to enter edit mode

2019-02-08 Thread Tito
this is what I tried but it is not working for me, maybe it might work for you? http://ui-grid.info/docs/#!/tutorial/Tutorial:%20309%20Edit%20Feature%20With%20Cellnav On Thursday, October 22, 2015 at 12:56:33 PM UTC-7, Nick Carter wrote: > > Does anyone know a way of configuring - or hacking thr

[AngularJS] ui-grid: single click on "focused" cell does not cause it to enter edit mode

2019-02-08 Thread Tito
Ui-grid is so rich it can be dizzying Been working on a form the last 2 weeks and I am happy to help Are you looking for cell level focus or row level focus? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe fro

[AngularJS] Re: Getting Authentication Password in AngularJS application

2019-02-07 Thread Tito
which user are you using for the api? the person logged in or a service account that makes the data connection? On Wednesday, February 6, 2019 at 7:49:55 PM UTC-8, raja.k...@gmail.com wrote: > > > I am facing a wierd problem... > I am working on angularjs 1.x application. It works on windows

[AngularJS] xeditable form buttons issue

2019-02-06 Thread Tito
Greetings, Please see this fiddle http://jsfiddle.net/ckosloski/NfPcH/19059/ When I use that same exact code (it is working partially) my form defaults to edit form. So what I see when I land on the page is edit/del button and all rows of my form in editable format. How can make it default t

[AngularJS] Re: Post to multiple tables using Angular 7

2019-01-30 Thread Tito
or use stored procedures that will take care of that for you if you are on Microsoft SQL Server On Tuesday, January 29, 2019 at 10:55:35 PM UTC-8, Ronald Rex wrote: > > > Hi Friends, > > I am using AspNetCore for my Restful api to post data. But I was wondering > how do you post to multiple tabl

[AngularJS] Re: Read CSV File

2019-01-19 Thread Tito
Your second split(.) is Not looking for a comma As Sanders showed you use a comma -- 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+uns

[AngularJS] Re: Alternative to Datatable jquery

2019-01-19 Thread Tito
been looking at these two not sure if this is what you are looking for https://www.ag-grid.com/features-overview/ http://ui-grid.info/ On Saturday, January 19, 2019 at 7:34:32 AM UTC-8, Komal Shah wrote: > > Hi we are currently using jquery datatables server side pagination aith a > drilldown

[AngularJS] Re: Little problem with NgFor

2019-01-17 Thread Tito
you are using javascript's index here Some good reads here https://angular.io/api/common/NgForOf On Thursday, January 17, 2019 at 11:12:11 AM UTC-8, Ben Ysil wrote: > > > Yes but I never used index position. Just Ngfor on an array . So why it's > a get a first item blank ? blank item didn't ex

Re: [AngularJS] Re: [Angular] how can I access to a local JSON file

2019-01-11 Thread Tito
hank you so much. > > Le ven. 11 jan. 2019 à 02:38, Tito > a > écrit : > >> I saw this on SO >> >> import { HttpClient } from '@angular/common/http'; import { Observable } >> from 'rxjs/Observable'; >> >&

Re: [AngularJS] Re: [Angular] how can I access to a local JSON file

2019-01-11 Thread Tito
via a service? On Friday, January 11, 2019 at 10:37:42 AM UTC-8, Bakadiri Abdelouahab wrote: > > So I must put my file in a asset folder. It’s work now thank you so much. > > Le ven. 11 jan. 2019 à 02:38, Tito > a > écrit : > >> I saw this on SO >> >> impo

[AngularJS] Re: [Angular] how can I access to a local JSON file

2019-01-10 Thread Tito
I saw this on SO import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs/Observable'; constructor(private http: HttpClient) { this.getJSON().subscribe(data => { console.log(data) }); } public getJSON(): Observable { retu

[AngularJS] Re: grid for AngularJS

2019-01-09 Thread Tito
Ok thanks much. Wonder if it has chick row level event? -- 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.

[AngularJS] Re: how to bind data in UI grid??

2019-01-09 Thread Tito
I was working on this just today, I did it the following way, hope it helps var vm = this; vm.departments = []; getDepartments(); vm.gridOptions = { data: "vm.departments", ...//other config options } vm.getDepartments = getDepartments; function getDepartments() { return dataservice.getDepart

[AngularJS] grid for AngularJS

2019-01-09 Thread Tito
Greetings, What have you found to be the best free grid for AngularJS. I started using this http://ui-grid.info/ but does not seem to enable row level click event. Thanks -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To

[AngularJS] Multiple Custom element developed in angular element

2019-01-09 Thread Tito
What if you deleted package-lock.json Delete node_modules and do Npm ci Read a few places this might resolve issue -- 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 fro

Re: [AngularJS] Re: Angular 7 Logging Service

2019-01-07 Thread Tito
It is not really angular 7 logging service. I think most accurate description is angular 7 that makes use logging service api Pretty much any version of angular can consume any service. But that said, if you want a logging service it is just a matter of implementing it on you actual rest api se

Re: [AngularJS] Re: Angular 7 Logging Service

2019-01-05 Thread Tito
Agreed. Not from angular but the service feeding the fe -- 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.

[AngularJS] Re: Angular 7 Logging Service

2019-01-05 Thread Tito
Did winston work for you? -- 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 post to this group, send e

[AngularJS] Re: Personal email

2019-01-05 Thread Tito
ok looks like it was a setting on this forum I had to change. thank you On Friday, January 4, 2019 at 10:44:49 PM UTC-8, Sander Elias wrote: > > Hi Tito, > > You can't see or extract your personal email. (unless it exposed somewhere > in a message) > However, you can

[AngularJS] Personal email

2019-01-04 Thread Tito
Any idea why people are able to see my personal email in this forum and are sending me emails directly -- 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: Angular 7 Logging Service

2019-01-04 Thread Tito
You could try to leverage https://www.npmjs.com/package/winston On Friday, January 4, 2019 at 3:12:56 AM UTC-8, Suresh Kumar wrote: > > Hi Team, > > Can you please provide your useful information regarding Logger > Implementation on Angular (Tomcat Server)? > > Waiting for your response. > > >

[AngularJS] Re: use array from server as part of parameters in the submit search

2019-01-03 Thread Tito
Could you post the sample of data you want to pass as parameter? On Thursday, January 3, 2019 at 9:00:33 AM UTC-8, jason...@gmail.com wrote: > > I am having trouble using an array I get from api in the parameters of a > submit to do a search that populates a table. User is going to login and go

Re: [AngularJS] Re: Data to json array

2018-12-23 Thread Tito
https://github.com/yosiasz/express.mssql.api/blob/master/routes/virtualmachines/index.js Check this out -- 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 a

[AngularJS] Re: Data to json array

2018-12-22 Thread Tito
what rest api are you using? On Saturday, December 22, 2018 at 6:50:02 PM UTC-8, Katheeja Beevi wrote: > > How to convert queried data into json array in rest api? > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubsc

[AngularJS] Re: Angular 1.x Directive Classes and Webpack

2018-12-17 Thread Tito
from https://docs.angularjs.org/guide/directive, maybe this will give you a *hint on how to resolve* .directive('optionsDirective',function(){ return { restrict: 'E', scope: { option: '=ngModel' }, link: function (scope, element, attributes) { var option = scope.option; option.selected = optio

Re: [AngularJS] How can I keep the same number page and size of page when I refresh the table in angularjs datatable?

2018-12-16 Thread Tito
Please see my questions and answer these first -- 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 post

Re: [AngularJS] How can I keep the same number page and size of page when I refresh the table in angularjs datatable?

2018-12-16 Thread Tito
What do you have so far? Do you have a skeleton of an angular cli or angularjs app built? -- 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 an

Re: [AngularJS] How can I keep the same number page and size of page when I refresh the table in angularjs datatable?

2018-12-15 Thread Tito
What kind of db You will need to create an api that gets data from your db -- 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..

[AngularJS] Re: mssql module with angular/cli

2018-12-15 Thread Tito
Ok, of course! 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 angular+unsubscr...@googlegroups.com. To post to this group, send emai

[AngularJS] mssql module with angular/cli

2018-12-14 Thread Tito
Greetings Trying to write a DataService in angular/cli but I seem to be running into some issues with mssql module. I posted a question here also https://github.com/tediousjs/node-mssql/issues/767 Any idea? Thanks! -- You received this message because you are subscribed to the Google Groups

[AngularJS] Re: How to integrate a working typeorm project into an Angular 7 project

2018-12-14 Thread Tito
https://github.com/yosiasz/express.mssql.api So the app I built is designed for In house use for functional managers To do yearly budgeting. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and

[AngularJS] Re: How to integrate a working typeorm project into an Angular 7 project

2018-12-14 Thread Tito
I created a github repo for you here 0 yosiasz/express.mssql.api Please take a look and let me Know any question you will have. This api is super lighweight. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe fr

[AngularJS] Re: How to integrate a working typeorm project into an Angular 7 project

2018-12-13 Thread Tito
> > module.exports = function(app) { >> const sql = require('mssql'), >> js2xmlparser = require("js2xmlparser"); >> var express = require( "express" ) >> , router = express.Router() >> >> var api = '/api/'; >> var four0four = require('../../utils/404')(); >> > router.get(api + 'virtualmachines', g

[AngularJS] Re: How to integrate a working typeorm project into an Angular 7 project

2018-12-13 Thread Tito
/localhost:8080/api/virtualmachines') } getUsers() { return this.http.get('https://jsonplaceholder.typicode.com/users') } } On Thursday, December 13, 2018 at 9:08:59 AM UTC-8, Tito wrote: > > If you are not able to resolve this issue I recommend the following > working solut

[AngularJS] How to integrate a working typeorm project into an Angular 7 project

2018-12-13 Thread Tito
If you are not able to resolve this issue I recommend the following working solution using another module. App I am developing consumes data from an api service that uses mssql npm package . It works wonderfully with Ms sql server. Then from within my angular 7 app DataService.ts, I make a call

Re: [AngularJS] Re: Service Issue - Not a Singleton?

2018-12-10 Thread Tito
are you doing any sort of aching? On Monday, December 10, 2018 at 6:41:50 PM UTC-8, Scott L wrote: > > So, I was able to resolve the issue by deleting the service and the just > re-creating it with the same name as the previous service. Not really sure > what happened, but decided to try it as a

[AngularJS] angular test best practice

2018-12-10 Thread Tito
hello any good reads, insights, tutorials on angular testing? 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 angular+unsubscr...@g

[AngularJS] Does not work: npm -v, Does not work: npm install -g @ angular / cli, work node -v and ng -v

2018-12-09 Thread Tito
npm install -g @angular/cli -- 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 post to this group, send

[AngularJS] How to render columns of this primeng table based on the user logged in ?

2018-12-08 Thread Tito
What and Where is the data store? -- 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 post to this group

[AngularJS] AngularJs migrate or write new

2018-12-04 Thread Tito
I never ever thought I would be a web dev using angular. Never in my wildest dreams would I have thought my angularjs apps would be such a huge hit at company O was hired 2 years ago. I wrote a budget planning tool and now they want to fully adopt v2.0 Should I rewrite from zero or migrate what I

  1   2   3   4   >