angular/modules/angular2/src/render
Tim Blasi 104302a958 refactor(dart/transform): Remove unnecessary getter/setter codegen
Currently the transformer generates all getters and setters even when
creating pre-generated change detectors, which remove the need for them.

Generate getters and setters via the model provided by `ProtoViewDto`,
which contains enough information to allow omitting unnecessary getters
and setters from code output.

Allow generating getters, setters, and method names which are Dart
pseudo keywords.

Closes #3489
2015-08-19 17:36:12 +00:00
..
dom refactor(dart/transform): Remove unnecessary getter/setter codegen 2015-08-19 17:36:12 +00:00
api.ts refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
render.ts fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00
xhr.ts refactor(xhr): move render's xhr implementation to render/ 2015-06-09 10:28:35 -07:00
xhr_impl.dart refactor(xhr): move render's xhr implementation to render/ 2015-06-09 10:28:35 -07:00
xhr_impl.ts test(XHRConnection): normalize responseText and response 2015-08-04 00:39:11 +00:00
xhr_mock.ts refactor(Async): Unify TS and Dart PromiseCompleter naming 2015-07-27 10:28:07 -07:00