Регистрация  |  Вход

Watchers for Angular 1.5 components

Отличное пособие по вариантам отлова изменений внутри компонентов для Ангуляр 1.5 .

http://stackoverflow.com/questions/35534479/angularjs-1-5-component-does-not-support-watchers-what-is-the-work-around

Краткое содержание
- Use the ng-change Directive
- Use the $onChanges Life-cycle Hook
- Use the $doCheck Life-cycle Hook
- Use RxJS in a Service

Отличное пособие по вариантам отлова изменений внутри компонентов для Ангуляр 1.5 .

http://stackoverflow.com/questions/35534479/angularjs-1-5-component-does-not-support-watchers-what-is-the-work-around

Краткое содержание
- Use the ng-change Directive
- Use the $onChanges Life-cycle Hook
- Use the $doCheck Life-cycle Hook
- Use RxJS in a Service