mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Closes #9751 BREAKING CHANGE: These forms of providers are no longer accepted: bind(MyClass).toFactory(...) new Provider(MyClass, toFactory: ...) We now only accept: {provider: MyClass, toFactory: ...} |
||
|---|---|---|
| .. | ||
| animate/ts | ||
| compiler/ts/url_resolver | ||
| core | ||
| facade/ts/async | ||
| http/ts | ||
| platform-browser/dom/debug/ts | ||
| testing/ts | ||
| web_workers/ts | ||
| README.md | ||
API Examples
This folder contains small example apps that get in-lined into our API docs. Each example contains tests for application behavior (as opposed to testing Angular's behavior) just like an Angular application developer would write.