mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This reverts commit ab91a355f8.
Revert reason: the change causes CI to fail (the `lint` CI job).
PR Close #61145
This commit is contained in:
parent
267bc0ee91
commit
93e2735d35
2 changed files with 3 additions and 11 deletions
|
|
@ -1,9 +0,0 @@
|
|||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
template: `
|
||||
Welcome to Angular!
|
||||
`,
|
||||
})
|
||||
export class AppComponent {}
|
||||
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue