refactor(core): move directives, pipes, and forms into common

BREAKING CHANGE

All private exports from 'angular2/src/core/{directives,pipes,forms}' should be replaced with 'angular2/src/common/{directives,pipes,formis}'

Closes #5153
This commit is contained in:
vsavkin
2015-11-05 14:58:24 -08:00
committed by Victor Savkin
parent 6edd964a83
commit 695923dcd6
82 changed files with 166 additions and 147 deletions

View File

@ -41,7 +41,7 @@ class TransformerOptions {
final bool reflectPropertiesAsAttributes;
/// A set of directives that will be automatically passed-in to the template compiler
/// Format of an item in the list: angular2/lib/src/core/directives.dart#CORE_DIRECTIVES
/// Format of an item in the list: angular2/lib/src/common/directives.dart#CORE_DIRECTIVES
final List<String> ambientDirectives;
/// Whether to format generated code.

View File

@ -11,7 +11,7 @@ final ngFor = {
"type": {
"id": 9999,
"name": "NgFor",
"moduleUrl": "asset:angular2/lib/src/core/directives/ng_for.dart"
"moduleUrl": "asset:angular2/lib/src/common/directives/ng_for.dart"
},
"changeDetection": null,
"inputs": {"ngForOf": "ngForOf"},