gpt4 book ai didi

javascript - 在 Angular 2 应用程序中全局使用 jQuery

转载 作者:数据小太阳 更新时间:2023-10-29 05:18:22 24 4
gpt4 key购买 nike

我正在尝试弄清楚如何在我的 angular 2 应用程序中全局使用 jQuery,到目前为止我发现的唯一合理来源是这个 stackoverflow answer但是我似乎无法让它工作。有没有一种方法可以使用 npm 包管理而不是 tsd 来实现这一点(这个命令对我不起作用,我认为它来自 typescript ,但似乎不是)。

在此之后,我想我需要在我的 app.ts 文件中引用 jQuery 吗? (bootstrap.ts 用来启动应用程序的主文件)

这是我的项目结构

app
components
app.ts
services
typings
bootstrap.ts
index.html

以及我认为需要用于 jQuery 实现的一些代码示例

app.ts

import {Component, View} from 'angular2/core';

@Component({
selector: 'app',
templateUrl: 'app/components/app.html'
})

export class App { }

bootstrap.ts

import {App}              from './components/app';

bootstrap(App);

最佳答案

使用以下方法安装 jquery 类型:

npm install @types/jquery

index.html 中包含 jQuery.js 文件

然后..我想就是这样:)

祝你好运

关于javascript - 在 Angular 2 应用程序中全局使用 jQuery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34762720/

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