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:
@ -17,7 +17,7 @@ dependency_overrides:
|
||||
path: ../angular2_material
|
||||
transformers:
|
||||
- angular2:
|
||||
ambient_directives: 'package:angular2/src/core/directives.dart#CORE_DIRECTIVES'
|
||||
ambient_directives: 'package:angular2/src/common/directives.dart#CORE_DIRECTIVES'
|
||||
entry_points:
|
||||
- web/src/gestures/index.dart
|
||||
- web/src/hello_world/index.dart
|
||||
|
Reference in New Issue
Block a user