mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Update the Angular 2 transformer to recognize `package:angular2/platform/browser.dart` as the library which exports the `bootstrap` function. Update playground, examples, benchmarks, & tests to import bootstrap from platform/browser. Closes #7647 |
||
|---|---|---|
| .. | ||
| animate/ts | ||
| common/forms/ts/validators | ||
| compiler/ts/url_resolver | ||
| core | ||
| facade/ts/async | ||
| http/ts | ||
| platform/dom/debug/ts | ||
| router/ts | ||
| testing/ts | ||
| web_workers/ts | ||
| README.md | ||
API Examples
This folder contains small example apps that get in-lined into our API docs. These examples are written with idiomatic TypeScript, and are not transpiled to Dart. Each example contains tests for application behavior (as opposed to testing Angular's behavior) just like an Angular application developer would write.