[AngularJS] Re: Angular Cookie base authorization

2017-10-28 Thread Turkel
but I am getting Response Header: Set-Cookie: 66d6f8c8eb3a57a04bbb3c=0gmatkr7on1dr08q0; path=/; HttpOnly -- 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: Angular Cookie base authorization

2017-10-28 Thread Turkel
I think this is because of CORS request as Angular on localhost:4200 but php on localhost:80 -- 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

[AngularJS] Re: Angular Cookie base authorization

2017-10-28 Thread Turkel
ink this is Angular issue as on server request somehow it need to be set browser. Regards, Turkel. -- 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,

[AngularJS] Angular Cookie base authorization

2017-10-28 Thread Turkel
tutorials which is not fits in my needs as I need to do many changes on server side. Please direct me to proper documentation and tutorials. Regards, Turkel. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubs

[AngularJS] Re: Calling Parent Component through Nested Component

2017-10-16 Thread Turkel
Hi, You mean I will not be able to use AOT on Angular V5 ? this will not solve the issue :S I see Angular V5 will out on 18th of September so waiting is OK for me. Any documentation for new version of Angular regarding to compiler? Regards, Turkel. -- You received this message because you

[AngularJS] Calling Parent Component through Nested Component

2017-10-15 Thread Turkel
n every return from server. Actually I am calling own function in my code but let me know if there are any better way of doing this. Regards, Turkel. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from

[AngularJS] Re: bypassSecurityTrustHtml stripts angular form tags

2017-10-09 Thread Turkel
Actually getPage() is my common service for to handle page generation. It have withCredentials:true parameter and data posting to handle cookie staff which is differs from other http services. I am not able to use "constructor(@Output() _paretnt: ParentComponent) {}" within "class

[AngularJS] Re: bypassSecurityTrustHtml stripts angular form tags

2017-10-08 Thread Turkel
egards, Turkel. -- 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] Re: bypassSecurityTrustHtml stripts angular form tags

2017-10-05 Thread Turkel
> > Great it works perfectly now. After hours of tries I was able to combine > code Router, Http and HTML Converter within one component. > You are great developer, i`d love to be your student :) Thanks again, Regards, Turkel. -- You received this message because you ar

Re: [AngularJS] Re: bypassSecurityTrustHtml stripts angular form tags

2017-10-02 Thread Turkel
Code is updated, on my previous I havent binded compiled one into HTML. I am getting following error now: Template parse errors: There is no directive with "exportAs" set to "ngForm" ("]#f="ngForm"> Password I have imported FormsModule, ReactiveFormsModule into module.ts but seems like

Re: [AngularJS] Re: bypassSecurityTrustHtml stripts angular form tags

2017-10-02 Thread Turkel
It is not generates forms but shows all source code of form. I have crated new project and removed all extra and added only remote fetcher of form. updated on pastebin. may be it is not compiles or bypasses this form :S I have tried all possible outcomes, change code on many ways no luck.

[AngularJS] Re: bypassSecurityTrustHtml stripts angular form tags

2017-10-01 Thread Turkel
After an hour of trying :D I got following error: Argument of type '{ template: SafeHtml; styles: string[]; }' is not assignable to paramete r of type 'Component'. Types of property 'template' are incompatible. Type 'SafeHtml' is not assignable to type 'string'. Could you please see my

[AngularJS] Re: bypassSecurityTrustHtml stripts angular form tags

2017-10-01 Thread Turkel
> > The HTML which I m fetching is : > {"actions":"Password<\/label>\r\n\t\t\t"} actions variable contains HTML for which linked within component. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this

[AngularJS] Re: bypassSecurityTrustHtml stripts angular form tags

2017-10-01 Thread Turkel
> > Yes I agree, Angular not considers this form as part of page just showing > it. Which type of dynamic component, what need to be function of this component? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To

[AngularJS] bypassSecurityTrustHtml stripts angular form tags

2017-09-30 Thread Turkel
Hi All, I have a HTML form to be fetched remotely and displayed within angular as native angular form. I need it to function like angular native form. I used "bypassSecurityTrustHtml" to sanitize HTML and display and it worked. But I am not able to submit form. I have included

[AngularJS] Load external HTML within Angular page and apply Angular style

2017-09-13 Thread Turkel
Dear Angular developers, I need to load several HTML pages within Angular application. By loading html I also need to apply Angular common style into this HTML. Something similar to iframe. I need direction to know how can I build this, what is required for this task. Regards, Turkel

[AngularJS] Re: Moving PHP CRUD based on plain JavaScript to AngularJS procedure

2017-09-12 Thread Turkel
OK thanks I going to try this within Angular app. -- 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

[AngularJS] Re: Moving PHP CRUD based on plain JavaScript to AngularJS procedure

2017-09-12 Thread Turkel
Yes but this need to be setup within Angular app, can I send this structure also from php to Angular app by http.get request? -- 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] Re: Moving PHP CRUD based on plain JavaScript to AngularJS procedure

2017-09-11 Thread Turkel
this ? Regards, Turkel. -- 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: Moving PHP CRUD based on plain JavaScript to AngularJS procedure

2017-09-11 Thread Turkel
it new structure of Angular :S Regards, Turkel. On Monday, September 11, 2017 at 4:03:20 PM UTC+4, Sander Elias wrote: > > Hi Turkel, > > What is the rationale to move to Angular? What version are you aiming for? > It's fairly easy to build a form generator in Angular that is dri

[AngularJS] Moving PHP CRUD based on plain JavaScript to AngularJS procedure

2017-09-10 Thread Turkel
structure and data would be fetched from external php files like data. You Advises are highly appreciated. Thanks, Turkel. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop