Tobias Bosch
|
8faf6364dc
|
refactor(core): remove DynamicComponent
BREAKING CHANGE:
A dynamic component is just a component that has no @View annotation…
|
2015-04-30 09:17:25 -07:00 |
|
Rado Kirov
|
fb67e37339
|
feat(decorators): adds decorators to be used by TS and Babel transpiled apps.
|
2015-04-29 15:13:25 -07:00 |
|
Naomi Black
|
5c25248582
|
docs(x-ref links): Change links to use dgeni syntax
Closes #1440
|
2015-04-20 18:45:04 +00:00 |
|
Misko Hevery
|
87ac100c66
|
docs: add DI to public docs
|
2015-04-17 03:56:17 +00:00 |
|
Marc Laval
|
b96e560c8d
|
feat(events): add support for global events
Fixes #1098
Closes #1255
|
2015-04-13 22:35:36 +02:00 |
|
Pawel Kozlowski
|
bf7933714a
|
chore(rename): rename View and Template concepts for #1244
|
2015-04-10 12:00:37 -07:00 |
|
Victor Berchet
|
d8aeb40b49
|
reafactor(XHR): rename XHRMock to MockXHR for consistency
|
2015-04-06 10:30:16 +02:00 |
|
Victor Berchet
|
438c2b31e4
|
test(TestBed): initial implementation
|
2015-04-06 10:30:16 +02:00 |
|
Victor Berchet
|
57e308dd46
|
test(MockTemplateResolver): allow directive overriding
|
2015-04-06 10:07:50 +02:00 |
|
Tobias Bosch
|
4f56628566
|
refactor(render): move services to right location
core/compiler/events -> render/dom/events
core/compiler/url_resolver -> services/url_resolver
core/compiler/xhr/* -> services/*
|
2015-04-02 10:35:27 -07:00 |
|
Victor Berchet
|
929fc65493
|
refactor(template loading): add support for base URLs, css rewriting
fixes #654
|
2015-02-26 09:36:04 +01:00 |
|
Victor Berchet
|
41c61e5bc7
|
refactor(Completer): rename complete() to resolve()
|
2015-02-26 08:46:32 +01:00 |
|
Pawel Kozlowski
|
908a0aa7dc
|
test: introduce TemplateResolver mock
Closes #768
|
2015-02-24 10:34:52 -08:00 |
|
Tobias Bosch
|
f39c6dc2c7
|
fix(setup): use upstream traceur with explicit patches
Also correct the transpile to ES6
Also support generics correctly
All patches are hooked in via `/tools/transpiler/index.js`
https://github.com/google/traceur-compiler/issues/1700
https://github.com/google/traceur-compiler/issues/1699
https://github.com/google/traceur-compiler/issues/1708
https://github.com/google/traceur-compiler/issues/1625
https://github.com/google/traceur-compiler/issues/1706
|
2015-02-06 17:04:08 -08:00 |
|
Victor Berchet
|
746f85a621
|
feat(compiler, ShadowDom): adds TemplateLoader using XHR.
Also adds css shimming for emulated shadow dom and makes the shadowDom
strategy global to the application.
|
2015-02-05 19:47:29 -08:00 |
|