Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(events): remove initial polymer property event
BREAKING CHANGE: This allows Angular to set intial property values, which is more natural for when the decorator is used. It does mean that undefined decorated properties may remain undefined even if their Polymer counterpart has a value. The solution is to always set an initial value in Angular for @PolymerProperty properties.
- Loading branch information