We seemed to create more confusion by omitting app.module (and main) in QS than we gained in simplicity of QS Every other example requires these files. This PR restores them to QS _but doesn't talk about them_ in QS, leaving _that_ to the Setup guide.
13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"description": "QuickStart",
|
|
"basePath": "src/",
|
|
"files": [
|
|
"app/app.component.ts",
|
|
"app/app.module.ts",
|
|
"main.ts",
|
|
"index.html"
|
|
],
|
|
"open": "app/app.component.ts",
|
|
"tags": ["quickstart"]
|
|
}
|