renommage de lib, rendre buildable
This commit is contained in:
parent
1706c64713
commit
a89007a81b
9896 changed files with 478996 additions and 496 deletions
16
my-workspace/projects/sae-lib/node_modules/@angular/common/xhr.d.d.ts
generated
vendored
Executable file
16
my-workspace/projects/sae-lib/node_modules/@angular/common/xhr.d.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
/**
|
||||
* @license Angular v20.1.6
|
||||
* (c) 2010-2025 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
/**
|
||||
* A wrapper around the `XMLHttpRequest` constructor.
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
declare abstract class XhrFactory {
|
||||
abstract build(): XMLHttpRequest;
|
||||
}
|
||||
|
||||
export { XhrFactory };
|
||||
Loading…
Add table
Add a link
Reference in a new issue