angular/modules/@angular/common/src/directives
FrozenPandaz 45cc444154 fix(core): Remove ChangeDetectorRef Paramter from KeyValueDifferFactory and IterableDifferFactory (#14311)
BREAKING CHANGE:

- `KeyValueDifferFactory` and `IterableDifferFactory` no longer have `ChangeDetectorRef` as 
  a parameter. It was not used and has been there for historical reasons. If you call 
  `DifferFactory.create(...)` remove the `ChangeDetectorRef` argument.
2017-02-09 13:33:44 -08:00
..
index.ts feat(common): rename underlying NgFor class and add a type parameter (#14104) 2017-02-01 09:29:51 -06:00
ng_class.ts fix(core): Remove ChangeDetectorRef Paramter from KeyValueDifferFactory and IterableDifferFactory (#14311) 2017-02-09 13:33:44 -08:00
ng_component_outlet.ts feat(NgComponentOutlet): add NgModule support to NgComponentOutlet directive (#14088) 2017-01-25 17:41:08 -08:00
ng_for_of.ts fix(core): Remove ChangeDetectorRef Paramter from KeyValueDifferFactory and IterableDifferFactory (#14311) 2017-02-09 13:33:44 -08:00
ng_if.ts docs(ngIf): fix typos (#13630) 2016-12-22 12:36:47 -08:00
ng_plural.ts fix(common): support numeric value as discrete cases for NgPlural (#13876) 2017-01-13 13:52:35 -06:00
ng_style.ts fix(core): Remove ChangeDetectorRef Paramter from KeyValueDifferFactory and IterableDifferFactory (#14311) 2017-02-09 13:33:44 -08:00
ng_switch.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
ng_template_outlet.ts feat(NgTemplateOutlet): Make NgTemplateOutlet compatible with * syntax 2017-01-06 19:30:20 -05:00