Load CSS from URL
CSS URL to load
Load common React libraries and UI frameworks
Optionalconfig: LibraryConfigurationOptional library configuration
OptionaladditionalLibraries: ExternalLibraryConfig[]Optional additional libraries to merge
Optionaloptions: { debug?: boolean }Optional options including debug flag
Promise resolving to React ecosystem objects
Load a script from URL with automatic cleanup tracking
Script URL to load
Expected global variable name
Whether to cleanup on service destroy
Promise resolving to the global object
Load a script with additional validation function
Script URL to load
Expected global variable name
Function to validate the loaded object
Whether to cleanup on service destroy
Promise resolving to the validated global object
A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.
Remove a specific loaded resource
URL of resource to remove
Service for loading external scripts and CSS with proper cleanup. Provides methods to dynamically load React and related libraries from CDN.