@indigina/kendo 2.0.32 → 2.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -257,12 +257,12 @@ declare class AppToastrService {
|
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
declare class HttpService {
|
|
260
|
-
private appToastrService;
|
|
261
|
-
private httpClient;
|
|
262
|
-
private appSettings;
|
|
263
|
-
private translate;
|
|
264
|
-
private router;
|
|
265
|
-
private settingsService;
|
|
260
|
+
private readonly appToastrService;
|
|
261
|
+
private readonly httpClient;
|
|
262
|
+
private readonly appSettings;
|
|
263
|
+
private readonly translate;
|
|
264
|
+
private readonly router;
|
|
265
|
+
private readonly settingsService;
|
|
266
266
|
constructor(appToastrService: AppToastrService, httpClient: HttpClient, appSettings: AppSettings, translate: TranslateService, router: Router, settingsService: SettingsService);
|
|
267
267
|
get<T>(path: string, options?: HttpRequestOptions): Observable<T>;
|
|
268
268
|
delete(path: string): Observable<object>;
|