📜  重用 jquery angular - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:10.433000             🧑  作者: Mango

代码示例1
// write this after imports
declare var $: any;

// By writing declare var angular you are simply telling Typescript to trust you that it exists, 
// even though it hasn't seen it be imported into the scope of this file.