Skip to content

Releases: adilmas13/ng-scripter

Watch

26 Jun 21:03
Compare
Choose a tag to compare

New function "watch" that notifies its consumers when a new script is loaded.

More functions to check if script is loaded

24 Jun 18:41
Compare
Choose a tag to compare

Two new functions added to check if script is loaded

  • isScriptLoadedViaSrc
  • isScriptLoadedViaId

Readme

21 Jun 19:20
Compare
Choose a tag to compare

Updated readme contents

Package Refactoring

21 Jun 09:54
Compare
Choose a tag to compare

Moved the project package from angular-script-loader to ng-scripter

First Awesome Release

20 Jun 22:37
d74e5b8
Compare
Choose a tag to compare
  • Ability to load any JS script on demand
  • Attributes like Async, Defer and Crossorigin
  • Can add initial delay to load
  • Callback on Successful load and onError
  • Avoids loading the same script is its already loaded.
  • Safe Checks to avoid loading the same JS multiple times if requested as the same time.