
committed by
Alex Rickabaugh

parent
f455518d80
commit
9993c72335
4
tools/public_api_guard/common/http.d.ts
vendored
4
tools/public_api_guard/common/http.d.ts
vendored
@ -1497,8 +1497,8 @@ export interface HttpDownloadProgressEvent extends HttpProgressEvent {
|
||||
export declare class HttpErrorResponse extends HttpResponseBase implements Error {
|
||||
readonly error: any | null;
|
||||
readonly message: string;
|
||||
readonly name: string;
|
||||
readonly ok: boolean;
|
||||
readonly name = "HttpErrorResponse";
|
||||
readonly ok = false;
|
||||
constructor(init: {
|
||||
error?: any;
|
||||
headers?: HttpHeaders;
|
||||
|
4
tools/public_api_guard/core/core.d.ts
vendored
4
tools/public_api_guard/core/core.d.ts
vendored
@ -26,7 +26,7 @@ export declare const APP_ID: InjectionToken<string>;
|
||||
export declare const APP_INITIALIZER: InjectionToken<(() => void)[]>;
|
||||
|
||||
export declare class ApplicationInitStatus {
|
||||
readonly done: boolean;
|
||||
readonly done = false;
|
||||
readonly donePromise: Promise<any>;
|
||||
constructor(appInits: (() => any)[]);
|
||||
}
|
||||
@ -624,7 +624,7 @@ export declare abstract class Query {
|
||||
|
||||
export declare class QueryList<T> {
|
||||
readonly changes: Observable<any>;
|
||||
readonly dirty: boolean;
|
||||
readonly dirty = true;
|
||||
readonly first: T;
|
||||
readonly last: T;
|
||||
readonly length: number;
|
||||
|
@ -11,7 +11,7 @@
|
||||
"test": "test"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^3.0.1"
|
||||
"typescript": "~3.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^2.3.1",
|
||||
@ -24,7 +24,7 @@
|
||||
"@types/node": "^10.9.2",
|
||||
"chai": "^4.1.2",
|
||||
"jasmine": "^3.1.0",
|
||||
"typescript": "~3.0.1"
|
||||
"typescript": "~3.1.1"
|
||||
},
|
||||
"repository": {},
|
||||
"keywords": [
|
||||
|
@ -165,9 +165,9 @@ type-detect@^4.0.0:
|
||||
version "4.0.8"
|
||||
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
|
||||
|
||||
typescript@~3.0.1:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
|
||||
typescript@~3.1.1:
|
||||
version "3.1.1"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.1.tgz#3362ba9dd1e482ebb2355b02dfe8bcd19a2c7c96"
|
||||
|
||||
wrappy@1:
|
||||
version "1.0.2"
|
||||
|
Reference in New Issue
Block a user