[AngularJS] How to create hyperlink in the angular js Ui grid

2018-09-04 Thread jaffer sadiq
Hi, I am using UI grid in angular js with MVC. How to add heperlink in one of the column(Data). Once click the column it should show new window(pop up) my ui grid : $scope.gridOptions = { data: 'SearchGridData', enableSorting: true, paginationPageSizes: [25, 50, 75],

[AngularJS] Re: File download in angular 2

2018-09-04 Thread parwinder . singh
Use On Tuesday, August 28, 2018 at 11:19:31 PM UTC+5:30, Alekhya Pulavarthi wrote: > > I am able to see the data of my file in response.but I need to download > the file it may be image text Excel file -- You received this message because you are subscribed to the Google Groups "Angular and

Re: [AngularJS] Re: Can I develop Tizen Smart TV app with Angular 6?

2018-09-04 Thread Syamkumar S
Hi Sander Elias*,* Thanks for the link and your replay. Anyway, I'm going to develop a Smart TV App with angular6. If I struggle during doing that I definitely catch you bro.. :P On Tue, Sep 4, 2018 at 9:17 PM, Sander Elias wrote: > Hi Syam, > > A quick google search learns me that the Tizen

[AngularJS] Re: server side rendering discussion

2018-09-04 Thread Sander Elias
Hi Steph, Wrap it inside a Custom Element, you can then embed it easily inside an angular app. Have a look at lit-element . That way you have an element that you can use inside any framework. Regards Sander -- You received this message because you are

[AngularJS] Re: server side rendering discussion

2018-09-04 Thread Stéphane Ancelot
Le mardi 4 septembre 2018 17:40:07 UTC+2, Sander Elias a écrit : > > Hi Steph, > > Angulars SSR is primarily aimed at speeding up first-page load, as you > have figured out. There are ways around this. Still, if you really need > Server-Side pages, it might be easier to resolve without angular.

[AngularJS] Re: Angular in management applications

2018-09-04 Thread Sander Elias
Hi Daimi, I think your question is "is Angular suited to create management apps?' The answer to that is yes. My daily work is building b2b applications with Angular. When that is not your question, can you please elaborate, so I can provide you with an actual helpful answer? Regards Sander --

[AngularJS] Re: Preserve controls state after router navigate

2018-09-04 Thread Sander Elias
Hi Massimo, Manfred wrote a blog on this, a couple of years back Let me find a link. If this doesn't cover your use-case, feel free to ask more questions. Regards Sander -- You receive

Re: [AngularJS] Re: Can I develop Tizen Smart TV app with Angular 6?

2018-09-04 Thread Sander Elias
Hi Syam, A quick google search learns me that the Tizen api uses DOM keyboard events you can listen to the same way as any keyboard event. The details can be found in the linked document. Regards Sander -- You received this message beca

Re: [AngularJS] Re: Can I develop Tizen Smart TV app with Angular 6?

2018-09-04 Thread Syamkumar S
I already build one angular6 app with multiple components, but how can I implement that TV remote focusing/switching to my App? If anyone of you tried to implement that? On Tue, Sep 4, 2018 at 10:46 AM, ACHARYA ANIL KUMAR < thakurinfot...@gmail.com> wrote: > Yes you van do easily > > > On Monday

[AngularJS] Angular in management applications

2018-09-04 Thread Daimi Lamorú
Greetings from Cuba My company needs to computerize many of its services, the question is whether it is convenient to use management applications with Angular. I have never worked with Angular, I want to start. -- You received this message because you are subscribed to the Google Groups "Angula

[AngularJS] Re: server side rendering discussion

2018-09-04 Thread Sander Elias
Hi Steph, Angulars SSR is primarily aimed at speeding up first-page load, as you have figured out. There are ways around this. Still, if you really need Server-Side pages, it might be easier to resolve without angular. If you want to include angular, you might be interested in this

Re: [AngularJS] Re: Angular with jQuery -> Issue

2018-09-04 Thread ACHARYA ANIL KUMAR
Hi firstly use should use rendere2 instead of angular but if u don’t want so use declare global. Variable for jQuery then use On Tue, 4 Sep 2018 at 3:54 PM, khushbu poddar wrote: > Hello, > > To include JQuery in your angular application, I have added jquery file > path in angular-cli.json file

Re: [AngularJS] Re: Angular with jQuery -> Issue

2018-09-04 Thread khushbu poddar
Hello, To include JQuery in your angular application, I have added jquery file path in angular-cli.json file (apps.scripts) { XX "apps": [ { "root": "src", "outDir": "dist", "assets": [ "assets", "assets/img/favicon.ico" ], "index": "i

[AngularJS] Re: Angular with jQuery -> Issue

2018-09-04 Thread Stéphane Ancelot
JQuery and angular are two kinds of technology I would never mix. You should consider JQuery deprecated. Le mercredi 29 août 2018 16:46:48 UTC+2, Felipe 0liveira a écrit : > > Hey guys, what's going on? > > I have a Angular 5 project which imports on index.html my modified jQuery > lib from my re

[AngularJS] server side rendering discussion

2018-09-04 Thread Stéphane Ancelot
Hi, I have an embedded system on which I want to design an gui to edit some system data , that are available through a C api. (direct access may be available thanks to a swig javascript c++ native node) I was thinking at first about server side rendering. Server side rendering would permit to a