UNPKG

ng-yunzai-mobile

Version:

1. 修改wechat.micro.ts

6 lines (5 loc) 288 B
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare class CookieInterceptor implements HttpInterceptor { intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>; }