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 |
|
Yegor Jbanov
|
3dc4df2ffa
|
chore(analysis): analyze web folders; fix existing warnings
|
2015-04-17 13:52:02 -07:00 |
|
Tim Blasi
|
82127571b5
|
feat(dart/transform): Use the Dart transformer for benchmarks
Remove explicit generation of reflection information in benchmark code
and generate it with the transformer.
|
2015-04-10 14:01:55 -07:00 |
|
Pawel Kozlowski
|
bf7933714a
|
chore(rename): rename View and Template concepts for #1244
|
2015-04-10 12:00:37 -07:00 |
|
gdi2290
|
b61b8d60b7
|
refactor(forEach): change to for-of with iterable
rename: foreach -> for
rename: array -> iterable
update: DartParseTreeWriter
update: naive_infinite_scroll
update: todo
fix: tests in foreach_spec
Closes #919
|
2015-03-21 14:19:21 -07:00 |
|
Yegor Jbanov
|
757eae8ad3
|
feat(compiler): DOM adapters + html5lib implementation; misc fixes
|
2015-02-27 16:49:14 -08:00 |
|
Victor Berchet
|
e6c8bde808
|
feat(Compiler): Multiple template per component
fixes #596
- TemplateConfig becomes Template
- introduce a TemplateResolver to pick the cmp template,
- @Component and @Template are disociated
|
2015-02-13 18:07:08 +01:00 |
|
Victor Berchet
|
6d23d00057
|
refactor(ViewPort): @Template -> @Viewport, ViewPort -> ViewContainer
fixes #595
|
2015-02-13 17:48:27 +01:00 |
|
Marc Laval
|
6bfa48bc64
|
refactor(directives): Drop ng- prefix from all angular directives and rename NgRepeat to Foreach
fixes #532
Closes #539
|
2015-02-06 09:24:50 -08:00 |
|
Yegor Jbanov
|
fcbdf02767
|
feat(perf): port table scrolling benchmark to Angular 2
|
2015-02-05 18:33:57 -08:00 |
|