trotyl / ng-vdom

(Developer Preview) A virtual-DOM extension for Angular, also work as React bridge.
259 stars 12 forks source link

fix(core): remove existing props when new props is empty #74

Closed trotyl closed 5 years ago

trotyl commented 5 years ago

Closes #73

codecov[bot] commented 5 years ago

Codecov Report

Merging #74 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  Coverage   90.16%   90.16%           
=======================================
  Files          19       19           
  Lines         539      539           
  Branches       79       79           
=======================================
  Hits          486      486           
  Misses         28       28           
  Partials       25       25
Impacted Files Coverage Δ
projects/core/src/instructions/native.ts 92.55% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 366ee39...57375dd. Read the comment docs.