base page scaffolding and expense service
This commit is contained in:
parent
e77c2b576d
commit
bd18fecdff
14 changed files with 101 additions and 9 deletions
12
src/app/pages/home/home.ts
Normal file
12
src/app/pages/home/home.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { RouterLink } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
imports: [
|
||||
RouterLink
|
||||
],
|
||||
templateUrl: './home.html',
|
||||
styleUrl: './home.scss',
|
||||
})
|
||||
export class Home { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue