chore: deprecate old load method

pull/3475/head
mehmet-erim 6 years ago
parent 202fa9995e
commit e5c62a100b

@ -13,6 +13,10 @@ export class LazyLoadService {
loadedLibraries: { [url: string]: ReplaySubject<void> } = {};
load(strategy: LoadingStrategy, retryTimes?: number, retryDelay?: number): Observable<Event>;
/**
*
* @deprecated Use other overload that requires a strategy as first param
*/
load(
urlOrUrls: string | string[],
type: 'script' | 'style',

Loading…
Cancel
Save