Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit fb72354

Browse files
authored
docs(readme): add why
1 parent 09aac76 commit fb72354

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
# Angular 2 Bootloader
1010
> Angular 2 Bootloader for async script tag and hmr support
1111
12+
#### Why do I need async tag support?
13+
Chrome V8 parses script tags with `<script async>` or `<script defer>` on a separate thread once downloading of `index.html` begins. Initial load of your `index.html` improves by up to **10%**
14+
15+
16+
![czkf6kfviaamqm6](https://cloud.githubusercontent.com/assets/1016365/21236289/6f7dffd6-c2c8-11e6-97f4-291f8eeeb72d.jpg)
17+
18+
1219
### Install
1320
> `npm install @angularclass/bootloader --save`
1421

0 commit comments

Comments
 (0)