step 3
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {Home} from './home/home';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
imports: [],
|
||||
imports: [Home],
|
||||
templateUrl: './app.html',
|
||||
styleUrls: ['./app.css'],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user