Skip to content

Commit 9e81dc7

Browse files
committed
Change readme
1 parent 53c95c0 commit 9e81dc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ and thus initial loading time of your application.
1515
don't want to add the library to ``index.html``.
1616

1717

18-
🌟 This library provides a service to lazy load javascript libraries when you need them,
19-
one a component and service basis.
18+
**This library provides a service to lazy load javascript libraries when you need them,
19+
one a component and service basis.**
2020

21-
#### Features
21+
### Features
2222
- Provides an Angular service to load javascript files.
2323
- The service loads each library only once, i.e. remembers which libraries were already loaded.
2424
- You can subscribe to the returned observable to execute code relying on the lazy loaded script.

0 commit comments

Comments
 (0)