add Create a feature component
This commit is contained in:
parent
cede8348cc
commit
5c7de69dd5
|
@ -0,0 +1 @@
|
|||
<p>hero-detail works!</p>
|
|
@ -0,0 +1,11 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-hero-detail',
|
||||
imports: [],
|
||||
templateUrl: './hero-detail.html',
|
||||
styleUrl: './hero-detail.scss'
|
||||
})
|
||||
export class HeroDetail {
|
||||
|
||||
}
|
Loading…
Reference in New Issue