[AngularJS] Re: Angular2 and interconnected components

2016-10-13 Thread Eduardo Cavalcanti
Hi, Take a look here: https://angular.io/docs/ts/latest/cookbook/component-communication.html On Thursday, October 13, 2016 at 7:40:32 AM UTC-3, Ostap1974 wrote: > > Hi all, > > Can someone please explain the proper way of handle Angular2 app with > number of interconnected components. > >

[AngularJS] Re: [Angular 2] ChangeDetectionStrategy influence on component tree

2016-08-18 Thread Eduardo Cavalcanti
http://stackoverflow.com/questions/38998805/in-angular2-what-is-changedetectionstrategy-scope-of-influence/38999162#38999162 -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an

[AngularJS] [Angular 2] ChangeDetectionStrategy influence on component tree

2016-08-16 Thread Eduardo Cavalcanti
HI, If I set ChangeDetectionStrategy.OnPush for the root component of an application does it propagate downward over the application component tree? Then if a certain component is defined with ChangeDetectionStrategy.Default, does this definition affects all its descendent components? Thank

Re: [AngularJS] Re: Can't bind to 'ngModel' since it isn't a known property of 'input'

2016-08-11 Thread Eduardo Cavalcanti
Hi Nitin, Thank you. Angular 2 docs (https://angular.io/docs/ts/latest/) are updated throughout with NgModule use. There is also an specific RC4 to RC5 migration explanation in https://angular.io/docs/ts/latest/cookbook/rc4-to-rc5.html. This RC5 announcement article is also enlightening

Re: [AngularJS] Re: Can't bind to 'ngModel' since it isn't a known property of 'input'

2016-08-10 Thread Eduardo Cavalcanti
Thank you Lucas, It was necessary to to mention ``` import { FormsModule } from '@angular/forms'; ``` and also to incorporate the new @NgModule syntax. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop

[AngularJS] Re: Can't bind to 'ngModel' since it isn't a known property of 'input'

2016-08-10 Thread Eduardo Cavalcanti
This is the error message: "Template parse errors: Can't bind to 'ngModel' since it isn't a known property of 'input'. (" ][(ngModel)]="newCustGroupName" (keyup.enter)="approveNewCustomerGroup()" > https://groups.google.com/group/angular. For more options, visit

[AngularJS] Can't bind to 'ngModel' since it isn't a known property of 'input'

2016-08-10 Thread Eduardo Cavalcanti
Has anyone else received an error like this after upgrading to RC5? It works fine under RC4. It happens during the template compilation phase. A segment of the template follows: Incluir grupo econômico Cancelar Salvar --

[AngularJS] Re: Quickstart missing steps - maybe of help

2016-05-06 Thread Eduardo Cavalcanti
It was also necessary to install some dependencies npm install es6-shim npm install systemjs npm install reflect-metadata -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an

[AngularJS] Quickstart missing steps - maybe of help

2016-05-05 Thread Eduardo Cavalcanti
I went through the "5 min Quickstart". With typescript already installed (npm install -g typescript) On running "npm start" I had some error messages. Some steps were missing. npm install --save @angular/core @angular/compiler @angular/common @angular/platform-browser @angular/router

Re: [AngularJS] slideup/slidedown animation for ngHide/ngShow with jQuery

2014-04-30 Thread Eduardo Cavalcanti
Hi Michel, I see your point. It took me 2 days to figure out these half dozen lines code, experimenting with information present in several pages. My sole purpose is that someone trying to do the same can figure them out much shortly, just googling for it. For that purpose I believe putting the

[AngularJS] slideup/slidedown animation for ngHide/ngShow with jQuery

2014-04-29 Thread Eduardo Cavalcanti
Hi, In case someone needs. It took some testing to figure out the exact details: Works with 1.2.16, in coffeescript and JS. animations = @angular.module 'myAppAnimations', ['ngAnimate'] slideUpDown = - beforeAddClass: (el, className, done) - if className == 'ng-hide' el.slideUp done

[AngularJS] Re: AngularJS $digest by feature: the impossible way

2014-04-25 Thread Eduardo Cavalcanti
Maybe this is relevant to the subject: http://www.bennadel.com/blog/2595-using-scope-digest-as-a-performance-optimization-in-angularjs.htm http://www.bennadel.com/blog/2596-case-study-using-scope-digest-as-a-performance-optimization-in-angularjs.htm -- You received this message because you are

[AngularJS] changelog for 1.2.15

2014-03-24 Thread Eduardo Cavalcanti
Hi, Is there a changelog for version 1.2.15? https://github.com/angular/angular.js/blob/master/CHANGELOG.md does only have the changelog for 1.3.0-beta.3. Thank you. -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and