gpt4 book ai didi

node.js - Angular 2 - 导入 html2canvas

转载 作者:太空狗 更新时间:2023-10-29 18:20:23 28 4
gpt4 key购买 nike

我已经使用 npm install html2canvas --save 在我的 angular 2 项目上安装了 html2canvas。如果我现在转到任何文件并编写 import * as html2canvas from 'html2canvas',它会给出错误:

Cannot find module 'html2canvas'

我的包文件如下所示:

{
...
"scripts": {
...
},
"dependencies": {
...
"html2canvas": "^0.5.0-beta4",
...
},
"devDependencies": {
...
}
}

我尝试导入 html2canvas 的文件是:

import { Injectable } from '@angular/core';
import * as jsPDF from 'jspdf';
import * as html2canvas from 'html2canvas';

@Injectable ()
export class pdfGeneratorService {

...
}

最佳答案

由于 Angular2 使用 typescript,您需要为该模块安装 typescript 定义文件。

它可以从@types(如果存在)安装。如果没有,您可以创建自己的定义文件并将其包含在您的项目中。

关于node.js - Angular 2 - 导入 html2canvas,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43272367/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com