start project
This commit is contained in:
9
first-app/src/app/app.ts
Normal file
9
first-app/src/app/app.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
template: `
|
||||
Welcome to Angular!
|
||||
`,
|
||||
})
|
||||
export class App {}
|
||||
Reference in New Issue
Block a user