📅  最后修改于: 2022-03-11 15:03:10.433000             🧑  作者: Mango
// 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.