Angular 2 Initial loading progress

前端 未结 3 603
暗喜
暗喜 2021-02-01 18:35

I\'ve tried my best to bring the bundle size of Angular 2 down and have been relatively successful in reducing the size to ~300kb (Angular 2 + jquery + bootstrap + some other sm

3条回答
  •  北海茫月
    2021-02-01 19:04

    I am not sure about reflect/zone.js, but for download we can follow this

    
        
    showApp() { document.getElementById('loadingContainer').style.display = "none"; document.getElementsByTagName('my-app')[0].style.display = null; }

提交回复
热议问题