-
**Problem description**
It is impossible to define a provider that depends on another provider in the minified version of an application. The following code:
``` javascript
var myApp = angular.modul…
-
I would like to be able to execute dependency injection against the command before it gets run. In particular for subcommands.
Lets say we have subcommands developed as external modules and we want…
-
After we have asynchronous injection (#25), the old `.eagerlyLoadAll(...)` doesn't make as much sense. Instead, this is our opportunity to "bootstrap" the whole shebang (probably the whole application…
-
I am getting the following typescript compilation error
Module '"/%path%/node_modules/angular-ui-router/lib/index"' has no exported member 'UrlRouterProvider'.
This is my imports to get it worki…
-
The documentation for the scenario tests is a bit _short_. ;)
https://github.com/magento/devdocs/blob/2.0/guides/v2.0/mtf/mtf_entities/mtf_scenariotest.md
Please extend it.
If i understand the 4 lin…
-
This is a draft for this feature. I'm still working on the API. Feedback welcome.
## Summary
This is a proposal for a new API in Angular that would make it easier for developers to lazy load parts of…
-
I just struggled with doing a [redirect after login](https://github.com/angular-ui/ui-router/issues/3093), and finally realized I couldn't rely on a state's `resolve`s to be satisfied before a `redire…
-
plugin architecture has to work with injectables
-
Sorry, I tried to ignore it, but I just have to ask... ;)
Why the trailing `$` in `$transition$`?
I get there is already the transition service which is called `$transition`, but why not simply ca…
-
When having a constructor in a resource with injectables - they get mapped to the swagger documenation. Should they even be there?
When having them as injectable fields, they are not mapped.
```
@Inj…