step 3
This commit is contained in:
@@ -2,14 +2,8 @@ import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
imports: [],
|
||||
template: `
|
||||
<p>
|
||||
home works!
|
||||
</p>
|
||||
`,
|
||||
styles: ``
|
||||
templateUrl: './home.html',
|
||||
styleUrls: ['./home.css'],
|
||||
})
|
||||
export class Home {
|
||||
|
||||
}
|
||||
export class Home {}
|
||||
|
||||
Reference in New Issue
Block a user