angular4.0为什么引入的HttpModule模块会有删除线

2025-04-04 04:18:24
推荐回答(1个)
回答1:

源码里面写了。

/**
 * The module that includes http's providers
 *
 * @deprecated use @angular/common/http instead
 */
export declare class HttpModule {
}

因为有@deprecated,让你使用@angular/common/http