You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2019. It is now read-only.
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module {} due to:
Error: [ng:areq] Argument 'module' is not a function, got Object
and I am injecting angular-typed in my app module like this
import angular from "angular";
import uiRouter from "@uirouter/angularjs";
let angularTyped = require("angular-typed/dist/angular-typed.min");
let router = require("./router");
import "../scss/styles.scss";
Hi,
I am getting this error
and I am injecting angular-typed in my app module like this
The text was updated successfully, but these errors were encountered: