gpt4 book ai didi

javascript - 将工厂与 ng 模块绑定(bind)是一种好习惯吗?

转载 作者:行者123 更新时间:2023-11-28 02:26:32 25 4
gpt4 key购买 nike

下面我尝试将工厂与 ng 模块绑定(bind),这有助于我直接注入(inject)。

var module = angular.module("ng");

module.factory("commonService", ["$http"]);

提前致谢。

最佳答案

我在这里得到了答案,没有模块就无法创建工厂。我们可以将工厂与 ng 模块绑定(bind),但这不被认为是好的做法。

找到答案 here

关于javascript - 将工厂与 ng 模块绑定(bind)是一种好习惯吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53684987/

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