mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
14 lines
255 B
JSON
14 lines
255 B
JSON
|
|
{
|
||
|
|
"description": "Http",
|
||
|
|
"files":[
|
||
|
|
"!**/*.d.ts",
|
||
|
|
"!**/*.js",
|
||
|
|
"!src/testing/*.*",
|
||
|
|
"!src/index-specs.html",
|
||
|
|
"!src/main-specs.ts"
|
||
|
|
],
|
||
|
|
"file": "src/app/app.component.ts",
|
||
|
|
"tags": ["http"],
|
||
|
|
"devDependencies": ["jasmine-core"]
|
||
|
|
}
|