小编Jun*_*sho的帖子

角度6 ResponseContentType

我正在尝试从我的api rest下载一些xls,但无济于事,我是否需要使用ResponseContentType的东西?

[ts] O módulo '"/home/dev/Documentos/JAVA-TUDO/SIMPLUS/simplus-cliente/node_modules/@angular/common/http"' não tem nenhum membro exportado 'ResponseContentType'.


import ResponseContentType
import { Injectable } from '@angular/core';
import { HttpClient, ResponseContentType } from '@angular/common/http';
import { Product } from '../model/product.model';

@Injectable()
export class ProductService {
Run Code Online (Sandbox Code Playgroud)

api rest xls spring-boot angular

3
推荐指数
1
解决办法
1万
查看次数

标签 统计

angular ×1

api ×1

rest ×1

spring-boot ×1

xls ×1