Re: [AngularJS] Re: How to extract public key from X509 certificate in javascript or angular 2

2018-04-07 Thread Sander Elias
Hi Pratik,

Probably you used NPM to get it. As far as i know, there is no correct 
working @types fie for the thing. Enable Aloowjs is your tsconfig, and 
import it something like this:
import * as PKI from "pkijs"

I don't have time now to build a sample.

Regards
Sander

-- 
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 email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


Re: [AngularJS] Re: How to extract public key from X509 certificate in javascript or angular 2

2018-04-07 Thread pratik pandey
Tried this also bt didn't worked
..it's saying that it's not a function or undefined


On Sat 7 Apr, 2018, 12:27 PM Sander Elias,  wrote:

> Hi Pratik,
>
> Have a look at PKIjs 
>
> Regards
> Sander
>
> --
> 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 email to angular@googlegroups.com.
> Visit this group at https://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


Re: [AngularJS] HTML TO PDF

2018-04-07 Thread m p
Refer to this website
https://datatables.net/extensions/buttons/examples/initialisation/export.html
or use jspdf version to convert html to pdf

On Fri, Apr 6, 2018 at 3:24 PM, Amar Alte  wrote:

> I need to export any HTML  to PDF using AngularJs only.
> or can say need to generate PDF using AngularJS.
> I done googling much more but not able to get any solution to generate PDF
> in angularJs without using JSPDF or phantom and etc.
>
> is there any Directive or events available for PDF generation in AngularJS.
> I am not looking for PDF viewer. I am looking for PDF generation.
>
> I am looking forward to hearing from you ASAP.
>
>
> Thanks in Advance.
>
>
> --
> 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 email to angular@googlegroups.com.
> Visit this group at https://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Re: How to extract public key from X509 certificate in javascript or angular 2

2018-04-07 Thread Sander Elias
Hi Pratik,

Have a look at PKIjs 

Regards
Sander

-- 
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 email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Re: Angular combine multiple angular application into one.

2018-04-07 Thread Sander Elias
Hi Darius,

Hmm, that use-case is quite specific. Now I'm thinking more about angular 
elements. but not their first iteration, probably the one right after the 
first official release. In time that means at least six months, 
realistically probably at least a year.
I don't have a link handy, but I suspect you can use the method Ward and 
Jesus talked about on AngularConnect 2017. Watch that talk, and come back 
to me if you have doubts/questions. 

Regards
Sander

-- 
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 email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Re: New Website Development Pace too slow??

2018-04-07 Thread Sander Elias
Hi Patrice,

Sarah Mai has worked out most of the reasons in a blog post: 
   http://www.sarahmei.com/blog/2013/11/11/why-you-should-never-use-mongodb/

Also, check out what ACID is. I'm not sure if mongo is compliant now, but 
it wasn't last time I checked.

Regards
Sander

-- 
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 email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Re: Angular back end

2018-04-07 Thread Sander Elias
Depends on your code, both are possible, and there is no reason to prefer 
one over the other.

Regards
Sander

-- 
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 email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.