[AngularJS] best way to handle templates in angular2.

2015-12-31 Thread Vincent zhu
I wonder how you guys organize the templates when we don't use inline template in angular2. Using templateUrl will load the file one by one, which is not good way to go in production, can we embed the templates into one file and load it? I used to do it in angular1 by $templateCache and $compile.

[AngularJS] Angular - 2

2015-12-31 Thread Ankush Joshi
Hello Guys, Can you pls suggest me some sites or pdfs to begin with angular2, I am known with angular js .. but angular2 seems different.. so i need to study it If possible please give me links for pdfs, any explanation/information/suggestion will be helpful Thanks in advance Ankush --

[AngularJS] Tag Script , Java Script

2015-12-31 Thread Ankush Joshi
Hello Guys, I just saw that angular2 is launched at beta so my earlier question was .. how to learn angular2, after some googling a understood that its tag script, so can you pls suggest me how to work with tag script? how to work with angular 2 ? some links/pdfs?? Thanks in advance -

[AngularJS] Re: NG-CLICK NOT WORKING

2015-12-31 Thread Ankush Joshi
Hello, You need to create object for dynamic control you are creating .. then you can get event for tht On Monday, December 21, 2015 at 1:16:58 PM UTC+5:30, Rohit Yadav wrote: > > Hi Guys, > I have came through one problem, am new to Angular > Framework. In my one UI component

[AngularJS] Angular - 2

2015-12-31 Thread Vincent Zhu
As far as I know, there is very few info around. I think the best doc would be the official one, you can take the QuickStart, and then go for the tutorial. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop re

[AngularJS] Re: Angular2 quickstart errors

2015-12-31 Thread Peter Watt
Ditto. On Thursday, December 24, 2015 at 9:43:14 PM UTC+11, John Smith wrote: > > There are two errors coming from the Quickstart: > > ReferenceError: require is not defined > boot.js:1:5 > TypeError: p is undefined > system.src.js:1456:7 > > In the browser, Firefox 43, I'm just seeing "Loading.

[AngularJS] Re: Angular2 quickstart errors

2015-12-31 Thread Peter Watt
Oh... the es6-shim did fix my problem. Firefox 41 on Centos. On Thursday, December 31, 2015 at 10:44:46 PM UTC+11, Peter Watt wrote: > > Ditto. > > On Thursday, December 24, 2015 at 9:43:14 PM UTC+11, John Smith wrote: >> >> There are two errors coming from the Quickstart: >> >> ReferenceError: re

[AngularJS] Re: angular2 tools

2015-12-31 Thread Philippe Couas
Hi, We recommend me Aptana Studio ? It's a good tool ? Regards Le lundi 28 décembre 2015 14:33:10 UTC+1, Philippe Couas a écrit : > > Hi, > > Which tool use to begin an angular2 devloppement ? > Currently i use Intellij for JEE > > Regards > > Phil > -- You received this message because you a

[AngularJS] Re: Using the Quick Start, there is an infinite reload with browsersync

2015-12-31 Thread Robert Zehnder
I tried going through the quickstart, but I found this example app that kinda covers all the basics: https://github.com/johnpapa/angular2-tour-of-heroes It helped me wrap my head around many of the angular 2 concepts On Wednesday, December 30, 2015 at 5:03:52 PM UTC-5, Raymond Camden wrote: >

[AngularJS] Re: Tag Script , Java Script

2015-12-31 Thread Günter Zöchbauer
On Thursday, December 31, 2015 at 10:43:59 AM UTC+1, Ankush Joshi wrote: > Hello Guys, > > > I just saw that angular2 is launched at beta  > > > so my earlier question was .. how to learn angular2, after some googling a > understood that its tag script, so can you pls suggest me how to wor

[AngularJS] Compromises in favor of Dart compatibility in Angular2

2015-12-31 Thread Robert Ferentz
I'm still in the midst of attempting to contribute some code to the angular2 project. It seems to me, that quite a bit of logic needs to be written in order to make all the code build for both JS and Dart, where otherwise the code would be much simpler and faster if written for just one target l

[AngularJS] AngularJS app cleanup

2015-12-31 Thread zenn . neess
Hello, All the best in New Year!!! What is best practice to cleanup AngularJS app. What I need is to delete specific cookies, and specific data from local storage when user closes the tab or browser. But those cookies and local storage data should not be deleted on page reload. Regards, Z

[AngularJS] Re: AngularJS app cleanup

2015-12-31 Thread Robert Ferentz
No direct way to do it. Javascript doesn't differentiate between types of leaving the page, like reload, link, submit, closing tab etc. You have one event called "beforeunload" on the window object which is called on any of the above actions. You CAN however, inside that event, check if the mo

[AngularJS] Re: best way to handle templates in angular2.

2015-12-31 Thread Manfred Steyer
Hi Vincent, I've seen bundling-solutions that inline the template in the component by transforming templateUrl to template. Wishes, Manfred Am Donnerstag, 31. Dezember 2015 09:28:55 UTC+1 schrieb Vincent Zhu: > > I wonder how you guys organize the templates when we don't use inline > templa

[AngularJS] Re: Angular 2 release

2015-12-31 Thread Manfred Steyer
Do you know, how much betas are planned? Wishes, Manfred Am Mittwoch, 30. Dezember 2015 00:14:43 UTC+1 schrieb Günter Zöchbauer: > > The milestones in the GitHub repo and the assigned issues might allow some > educated guess. > > On Monday, December 28, 2015 at 9:57:46 PM UTC+1, Marco Santulli

[AngularJS] Re: Angular2 Component Test?

2015-12-31 Thread Manfred Steyer
Hi Daniel, sorry, I wanted to say, that there are currently *NOT* many resources about testing. But perhaps the samples at [1] help you to find out, what you need. They also use the TestComponentBuilder in some cases. Wishes, Manfred [1] https://github.com/AngularClass/angular2-webpack-starter

[AngularJS] Re: Migrate large angular1 app to angular 2

2015-12-31 Thread Manfred Steyer
Hi, thas should be no problem. Wishes, Manfred Am Donnerstag, 24. Dezember 2015 09:55:10 UTC+1 schrieb Prashant Deva: > > We have a large angular 1 app, which is currently built by 'concat'-ing > all the source files into one giant js files. > It does not use any module system. > > The angular

[AngularJS] Angularjs-1.x or Angularjs-2.x which one i started and where?

2015-12-31 Thread Sivaprabu Ganesan
Hi Guys, I am new to Angularjs where to i start learning AngularJs and which version is stable? 1.x or 2.x (Any big difference)? please share any article links or give suggestions. regards, gsivapr...@gmail.com -- You received this message because you are subscribed to the Google Groups "Ang

Re: [AngularJS] Angularjs-1.x or Angularjs-2.x which one i started and where?

2015-12-31 Thread HeavyMery
Hi Sivaprabu, Stable version of Angular is 1.X(currently 1.4.8), and 2.0 is beta now. So, If you plan to release production with Angular in the near future, I recommend 1.X. For more information, you can start from official site. - Angular 1.X https://angularjs.org/ - Angular 2.0 https://a

Re: [AngularJS] Angularjs-1.x or Angularjs-2.x which one i started and where?

2015-12-31 Thread Sivaprabu Ganesan
*Hi 姜信徳,* *Now only i start learning angular my doubt is 1.0 and 2.0 or totally different or small difference only?* *regards,* *Sivaprabu Ganesan.* On Friday, January 1, 2016 at 12:27:38 PM UTC+5:30, 姜信徳 wrote: > > Hi Sivaprabu, > > Stable version of Angular is 1.X(currently 1.4.8), and 2.0 is