v5.7.0 - Minor Update
Change Log
Performance Improvement
Making Templates smaller by removing child component html content from parent component template by creating "holes" inside the parent component template string.
Since parent component doesn't update child components html, it doesn't need to have child html data saved in memory.
This improvement is very welcome especially for pages that contains application component in the most top level hierarchy.