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:
@ -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.
|
||||
|
@ -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"},
|
||||
|
Reference in New Issue
Block a user