Revert "docs(docs-infra): fix first-app intro example (#61042)" (#61145)

This reverts commit ab91a355f8.

Revert reason: the change causes CI to fail (the `lint` CI job).

PR Close #61145
This commit is contained in:
Andrew Kushnir 2025-05-06 10:52:11 -07:00
parent 267bc0ee91
commit 93e2735d35
2 changed files with 3 additions and 11 deletions

View file

@ -1,9 +0,0 @@
import {Component} from '@angular/core';
@Component({
selector: 'app-root',
template: `
Welcome to Angular!
`,
})
export class AppComponent {}

View file

@ -1,6 +1,7 @@
{
"title": "Your first Angular app",
"type": "editor",
"nextTutorial": "first-app",
"openFiles": ["app.component.ts"]
"src": "../steps/14-http/src",
"nextTutorial": "learn-angular",
"openFiles": ["src/app/app.component.ts"]
}