angular/modules/angular2/src/core
Harry Terkelsen 70586b668c fix(debug): make debug tools take ComponentRef
The debug tools used to take ApplicationRefs, which are the old return
type of bootstrap. Now bootstrap returns ComponentRef, so the debug
tools should be updated.

Closes #4203
2015-09-16 18:00:28 +00:00
..
change_detection docs(pipe_transform): remove extra backticks 2015-09-16 10:01:37 -07:00
compiler fix(compiler): remove attributes when expression in [attr.foo]='exp' evaluates to null 2015-09-15 19:59:12 +00:00
debug fix(Typings): Remove public exports added in 1926335b85 2015-09-11 19:16:57 -07:00
di docs(metadata): fix some minor typos 2015-09-13 13:36:35 +00:00
directives fix(NgClass): ignore empty and blank class names 2015-09-16 07:56:48 +00:00
dom fix(test): AngularProfiler should check before using modern APIs 2015-09-15 18:33:32 +02:00
facade docs(core/facade/collection): Correct typo 2015-09-16 12:14:24 +00:00
forms refactor(form): misc minor refactoring 2015-09-16 10:34:26 +00:00
life_cycle feat(core): Support multiple ChangeDetectors in a single LifeCycle. 2015-09-14 23:37:39 +00:00
metadata docs(metadata): fix some minor typos 2015-09-13 13:36:35 +00:00
pipes fix(pipes): add triple ticks around async_pipe code sample 2015-09-15 15:50:44 -07:00
profile refactor(WTF): rename scopes to follow coding conventions 2015-08-31 21:59:33 +00:00
reflection fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
render feat(animate): adds basic support for CSS animations on enter and leave 2015-09-14 17:37:09 +00:00
services fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
testability feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
util feat(core): add support for @Property and @Event decorators 2015-09-04 18:33:31 +00:00
zone docs: fixed misspelling of the word 'explicitly' 2015-09-11 15:37:13 -07:00
application.dart feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
application.ts chore: add test to prevent accidental changes to public API 2015-09-15 18:12:05 +00:00
application_common.ts fix(debug): make debug tools take ComponentRef 2015-09-16 18:00:28 +00:00
application_ref.ts feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
application_static.dart feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
application_tokens.ts doc: add some API doc 2015-09-09 02:49:07 +00:00
bootstrap.dart feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
bootstrap.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
change_detection.ts fix(Typings): Remove public exports added in 1926335b85 2015-09-11 19:16:57 -07:00
compiler.ts fix(Typings): Remove public exports added in 1926335b85 2015-09-11 19:16:57 -07:00
debug.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
di.ts fix(api): remove UNDEFINED 2015-09-15 18:12:05 +00:00
directives.dart refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
directives.ts feat(CORE_DIRECTIVES): add NgStyle to CORE_DIRECTIVES 2015-09-15 17:55:13 +00:00
facade.ts fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
forms.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
lifecycle.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
metadata.dart feat(pipes): add support for pure pipes 2015-09-08 16:24:27 +00:00
metadata.ts feat(pipes): add support for pure pipes 2015-09-08 16:24:27 +00:00
pipes.ts refactor(pipes): remove LimitTo pipe in favor of slice pipe 2015-09-15 11:42:31 -07:00
platform_bindings.dart fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
platform_bindings.ts fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
render.ts fix(api): remove DomRenderer from public API 2015-09-15 18:12:05 +00:00
services.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
util.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
zone.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00