We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c95c0 commit 9e81dc7Copy full SHA for 9e81dc7
README.md
@@ -15,10 +15,10 @@ and thus initial loading time of your application.
15
don't want to add the library to ``index.html``.
16
17
18
-🌟 This library provides a service to lazy load javascript libraries when you need them,
19
-one a component and service basis.
+**This library provides a service to lazy load javascript libraries when you need them,
+one a component and service basis.**
20
21
-#### Features
+### Features
22
- Provides an Angular service to load javascript files.
23
- The service loads each library only once, i.e. remembers which libraries were already loaded.
24
- You can subscribe to the returned observable to execute code relying on the lazy loaded script.
0 commit comments