Skip to content

Commit d236199

Browse files
committed
Revert "docs(docs-infra): fix first-app intro example (angular#61042)"
This reverts commit ab91a35. Revert reason: the change causes CI to fail (the `lint` CI job).
1 parent c3ff01b commit d236199

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

adev/src/content/tutorials/first-app/intro/app.component.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"title": "Your first Angular app",
33
"type": "editor",
4-
"nextTutorial": "first-app",
5-
"openFiles": ["app.component.ts"]
4+
"src": "../steps/14-http/src",
5+
"nextTutorial": "learn-angular",
6+
"openFiles": ["src/app/app.component.ts"]
67
}

0 commit comments

Comments
 (0)