angular-cn/modules/angular2/docs/core
Victor Berchet d7df853bde feat(Directive): convert properties to an array
fixes #2013

BREAKING CHANGE:

Before

    @Directive(properties: {
      'sameName': 'sameName',
      'directiveProp': 'elProp | pipe'
    })

After

    @Directive(properties: [
      'sameName',
      'directiveProp: elProp | pipe'
    ])
2015-05-29 11:44:43 +02:00
..
00_index.md chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
01_templates.md doc: fix & sync with latest updates 2015-05-18 23:11:45 +02:00
02_directives.md feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
03_pipes.md docs(core): fix Formatters -> Pipes 2015-05-08 13:45:13 -07:00
04_decorator_directive.md chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
05_component_directive.md chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
06_viewport_directive.md refactor(ViewPort): @Template -> @Viewport, ViewPort -> ViewContainer 2015-02-13 17:48:27 +01:00
07_services.md chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
08_lifecycle.md chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
09_compilation.md chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
10_view.md doc: fix & sync with latest updates 2015-05-18 23:11:45 +02:00
11_shadow_dom.md chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
12_zones.md doc: fix & sync with latest updates 2015-05-18 23:11:45 +02:00