从Angular 5调用外部js函数不起作用

时间:2018-02-12 05:16:36

标签: javascript angular

我从ts文件调用了hello函数,但是我得到了hello未定义的错误。

hello.js

function hello() {
    alert("Hello.......!");
}

的index.html

<script src="./assets/js/hello.js"></script>

component.ts

declare var hello: any;

// calling on load
let result = hello();

console.log(result);

1 个答案:

答案 0 :(得分:0)

将您的JS文件包含在// connection $conn = new mysqli($servername, $username, $password, $dbname); // prepare and bind $stmt = $db->prepare("INSERT into images (image,created) VALUES(?, ?)"); $stmt->bind_param("ss", $target, $dataTime); //execute $stmt->execute(); 数组

下的angular-cli.json文件中
scripts

确保输入正确的相对网址。然后,您只需在"scripts": [ ] 文件中使用它即可。如果您正在使用它,请务必重新启动ts