trotyl / ng-vdom

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

Feature: not box children into Array when less than 2 nodes #38

Open trotyl opened 5 years ago

trotyl commented 5 years ago

Current

children always be an Array of renderable nodes.

Expected