-
原文地址:http://blog.thoughtram.io/angular/2015/05/18/dependency-injection-in-angular-2.html
依赖注入一直是Angular的一个最大特点和卖点。它允许在我们应用不同组件中注入依赖,而不需要知道这些依赖是如何创建的,或者它们需要的依赖关系是什么,可是,已证明了目前的Angular 1的依赖注入系统有一些问题,所以建…
-
#### Short description of the problem:
When running the command `ionic cordova build android --prod --release` throws the error:
> Error: EISDIR: illegal operation on a directory, unlink '/home/{P…
-
For any of you that use or are thinking of using TypeScript to strengthen your JS coding there is s TS definition file project in the works.
Fabian-Schmidt (not me) is working on it at:
https://githu…
-
**Note: for support questions, please use one of these channels:**
#### Short description of the problem:
not able to build prod version of any app
#### What behavior are you expecting?
**…
-
Seems angular team changed @angular/compiler-cli API since 5.0.0-rc.0.
```
TypeError: compiler_cli_1.NgcCliOptions is not a constructor
at /home/travis/build/shakrmedia/frontend/node_modules/…
-
### Issue type
**I'm submitting a ...** (check one with "x")
* [] bug report
* [ ] feature request
* [ x ] question about the decisions made in the repository
### Issue description
…
-
hi @btford
I'd like to request, in the most non demanding way, an update on the project. I see some work on the angular2 repo, and the most recent meeting notes mention that the new router will not b…
-
**Description**
"npm install" doesnt work in a container's mounted folder specified using docker run -v /host-folder:/mounted/folder. same project installs and runs fine in an unmounted folder. i…
-
http://plnkr.co/edit/5731Z9N6tQ391gQtfZrA?p=preview
I've been over the documentation 10 times, I've read through the source code, tutorials, the works... and I still can't wrap my head around what …
-
Hello
I have a strange problem:
the getExtremes function throws error (in some cases it is axes, sometimes it is graphs of undefined)
I did some workarounds to prevent this error but it still occur…