[AngularJS] Re: Angular 5 share components between different domains

2018-04-19 Thread Arun prasath

>
> hi sir I am from india .
>

I am new to angular 5 and don't know how to connect MySQL with it . could 
you help me with it ! sir  

-- 
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 5 share components between different domains

2018-04-11 Thread Sander Elias
Hi Allan,

Angular Elements will hit experimental in V6, and probably production ready 
in V7 (although it still will be experimental by then, just more stable!)
With the current release cadence, that would mean it should be usable end 
of the year. 
If you don't mind coping with small breaking issues, and some additional 
manual tooling, well take a look at it now. The next iteration of the 
angular.io site will be built around AE. So, production ready is in the eye 
of the beholder ;)

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 5 share components between different domains

2018-04-11 Thread Allan Fagner
Hi Pan and Sander,

I need to do exactly what you two are discussing in this thread. So, could 
either of you let me know where I can find some reference/docs/source code 
about how to load components from different domains?

I checked Angular elements but it seems it was not officially released yet. 
If it was not, is it stable enough to be used in a production enviroment?

Sorry for bringing up an old thread

Thanks

Em quinta-feira, 14 de dezembro de 2017 04:40:29 UTC-2, Pan escreveu:
>
> Yes you understand correct Sander. Thanks for the reply
>

-- 
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 5 share components between different domains

2017-12-13 Thread Pan
Yes you understand correct Sander. Thanks for the reply

-- 
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 5 share components between different domains

2017-12-13 Thread Sander Elias
Hi Pan,

You can reuse components between projects, but if I understand correctly 
you want to load a part of your angular app from a different domain? You 
mean like dynamically loading parts of your application. But those parts 
are not in the code-base of the app you are currently in?
This is possible now, but it's not an easy straightforward process. 
However, somewhere in 2018 Angular Elements 
 will come to life, and it 
will make this not only possible but also easy.

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.