refactor: move angular source to /packages rather than modules/@angular

This commit is contained in:
Jason Aden 2017-03-02 10:48:42 -08:00
parent 5ad5301a3e
commit 3e51a19983
1051 changed files with 18 additions and 18 deletions

View File

@ -1,18 +0,0 @@
{
"extends": "./tsconfig-build",
"compilerOptions": {
"paths": {
"@angular/core": ["../../../dist/packages-dist/core"],
"@angular/common": ["../../../dist/packages-dist/common"],
"@angular/common/testing": ["../../../dist/packages-dist/common/testing"],
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"],
"@angular/router": ["../../../dist/packages-dist/router"]
}
},
"files": [
"testing/index.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": true
}
}

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Some files were not shown because too many files have changed in this diff Show More