step 2
This commit is contained in:
15
first-app/src/app/home/home.ts
Normal file
15
first-app/src/app/home/home.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
imports: [],
|
||||
template: `
|
||||
<p>
|
||||
home works!
|
||||
</p>
|
||||
`,
|
||||
styles: ``
|
||||
})
|
||||
export class Home {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user