nested-forms/nx.json

22 lines
346 B
JSON
Raw Normal View History

2019-08-20 00:52:30 +00:00
{
"npmScope": "nested-forms",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
2019-08-20 01:27:15 +00:00
"projects": {
"contact-model": {
"tags": []
2019-08-20 02:28:58 +00:00
},
"parent-form-e2e": {
"tags": []
},
"parent-form": {
"tags": []
2019-08-20 01:27:15 +00:00
}
}
2019-08-20 00:52:30 +00:00
}