无法在AngularJS中注入Ng-SweetAlert-2

Unable to inject Ng-SweetAlert-2 in AngularJS

本文关键字:注入 Ng-SweetAlert-2 AngularJS      更新时间:2023-09-26

这是关于这个项目

我遵循了描述中给出的安装过程,但我得到了错误:

Error: [$injector:unpr] Unknown provider: 19degrees.ngSweetAlert2Provider <- 19degrees.ngSweetAlert2 <- prkctrl`

我已经包含了sweetalert.js(原始sweetalert)、sweetalert2(扩展版)和ngsweetalert2(来自本项目)。

我还是不明白是什么原因?名字可能是个问题?

确保已将模块19degrees.ngSweetAlert2添加到主应用程序中,如:

angular.module('myApp', ['19degrees.ngSweetAlert2', /* and other modules */]