Releases: adilmas13/ng-scripter
Releases · adilmas13/ng-scripter
Watch
More functions to check if script is loaded
Two new functions added to check if script is loaded
- isScriptLoadedViaSrc
- isScriptLoadedViaId
Readme
Package Refactoring
Moved the project package from angular-script-loader to ng-scripter
First Awesome Release
- 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.