generated from nhcarrigan/template
feat: empty components, functional nav
This commit is contained in:
0
src/app/about/about.css
Normal file
0
src/app/about/about.css
Normal file
1
src/app/about/about.html
Normal file
1
src/app/about/about.html
Normal file
@ -0,0 +1 @@
|
||||
<p>about works!</p>
|
11
src/app/about/about.ts
Normal file
11
src/app/about/about.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-about',
|
||||
imports: [],
|
||||
templateUrl: './about.html',
|
||||
styleUrl: './about.css'
|
||||
})
|
||||
export class About {
|
||||
|
||||
}
|
Reference in New Issue
Block a user