fix(forms): rename old forms folder to forms-deprecated

This commit is contained in:
Kara Erickson
2016-06-08 10:44:04 -07:00
parent 45de65bd45
commit 515a8e0765
37 changed files with 64 additions and 64 deletions

View File

@ -326,7 +326,7 @@ class MockReflectorHost implements StaticReflectorHost {
getMetadataFor(moduleId: string): any {
let data: {[key: string]: any} = {
'/tmp/angular2/src/common/forms/directives.d.ts': [{
'/tmp/angular2/src/common/forms-deprecated/directives.d.ts': [{
"__symbolic": "module",
"version": 1,
"metadata": {
@ -424,7 +424,7 @@ class MockReflectorHost implements StaticReflectorHost {
{
"__symbolic": "reference",
"name": "FORM_DIRECTIVES",
"module": "angular2/src/common/forms/directives"
"module": "angular2/src/common/forms-deprecated/directives"
}
],
"animations": [{