[AngularJS] How can I set up my cloud to run Angular (7) Universal ?

2019-03-06 Thread Junior Dev
I have already built an Angular Universal Project and It can run on my localhost by node express. For my old CSR project. My upload steps is 1. build prod 2. copy all file in /dist/project to public_html by filezilla 3. finish But for Universal I cannot do the same way (I am frontend developer

Re: [AngularJS] Re: Angular with Content Management System

2019-03-06 Thread Suresh Kumar
Hi Team, Good Morning. Is it possible for you to respond to my query? Thanks & Regards, Suresh Kumar M On Sat, Mar 2, 2019 at 2:11 PM Suresh Kumar wrote: > Hi Sander, > > Good Afternoon. > > I thank you for your response. > > Can you please suggest me which Open Source and Proprietary CMS is

[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] AsyncValidatorFn vs AsyncValidator

2019-03-06 Thread Long Field
Hi All Notice there are two interface for AsyncValidator what's difference? Cheers! -- 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+

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

2019-03-06 Thread Harry Whitehouse
That worked like a charm Sander!! Here's my code now: qz.websocket.connect().then(function() { return qz.printers.find(); }).then(printers => { console.log(printers); this.chosePrinter(printers); return qz.hid.listDevices(false); }).

Re: [AngularJS] How to remove the # tag url in the production mode angular version 1.7.3

2019-03-06 Thread soumyajit banerjee
Check this one https://scotch.io/tutorials/pretty-urls-in-angularjs-removing-the-hashtag On Wed, Mar 6, 2019 at 7:45 PM wrote: > Can you help me to solve the issue of # tags in url in angular version > 1.7.3 in production mode. > > Thank you. > > -- > You received this message because you are su

[AngularJS] How to remove the # tag url in the production mode angular version 1.7.3

2019-03-06 Thread rajmanteam
Can you help me to solve the issue of # tags in url in angular version 1.7.3 in production mode. Thank 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,

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

2019-03-06 Thread Sander Elias
Hi Harry, I took a closer look to your screenshot. (BTW, pasting snippets as code makes it easier to spot issues and help you) It is a 'this' problem indeed. In JS, each function had it's own 'this' That means the 'this' in the function, is not your class. Hence the error. Replace the function w

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

2019-03-06 Thread Alekhya Pulavarthi
Hi Team Could you suggest me in implementing the logger in Angular 2 Application -- 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