# LoadingStrategy `LoadingStrategy` is an abstract class exposed by @abp/ng.core package. There are two loading strategies extending it: `ScriptLoadingStrategy` and `StyleLoadingStrategy`. Implementing the same methods and properties, both of these strategies help you define how your lazy loading will work. ## API ### constructor ```js constructor( public path: string, protected domStrategy?: DomStrategy, protected crossOriginStrategy?: CrossOriginStrategy ) ``` - `path` is set to `