6.0.0-alpha
angular
6.0.0-alpha
Breaking changes
-
The
OnChangeslifecycle has been completely removed. UseAfterChangesinstead. -
ExceptionHandleris no longer exported viaangular/di.dart. Import this symbol viaangular/angular.dartinstead. -
Directives no longer support extending, implementing, or mixing in
ComponentState. -
The
/deep/and>>>combinators are no longer supported in style sheets of components with style encapsulation enabled. The special::ng-deeppseudo-element should be used in their stead to pierce style encapsulation when necessary. -
ChangeDetectorRef.checkNoChanges()has been removed from the public API.
Deprecations
- Deprecated
ChangeDetectorRef.detach()andChangeDetectorRef.reattach(). Components that rely on these methods should use instead.