angular.io icon indicating copy to clipboard operation
angular.io copied to clipboard

Angular v4.x docs

Open vicb opened this issue 9 years ago • 3 comments

New features / Changes from 2.x that need to be documented Those are not breaking changes

  • compiler: add id property to i18nMessage (6dd5201)
  • forms: add novalidate by default (angular/angular#13092) (4c35be3) and
  • feat(forms): add option to use native validation and angular forms angular/angular#13566 - follow up of the previous item
  • common ngIf now supports else; saves condition to local var (b4db73d), closes #13061 #13297

Breaking changes from 2.x

vicb avatar Dec 20 '16 01:12 vicb

https://github.com/angular/angular.io/issues/3005 is also a part of this

DzmitryShylovich avatar Dec 20 '16 23:12 DzmitryShylovich

@DzmitryShylovich What value do you see in the meta service described in #3005. I mean that as a sincere and open question. Will help me understand our documentation needs.

wardbell avatar Dec 21 '16 20:12 wardbell

change OpaqueToken to InjectionToken<T> and Injector#get inference the type https://github.com/angular/angular/commit/d169c2434e3b5cd5991e38ffd8904e0919f11788

lacolaco avatar Jan 18 '17 01:01 lacolaco