metadata-management (#10)
Co-authored-by: Joe Arndt <jmarndt@users.noreply.github.com> Reviewed-on: #10
This commit is contained in:
parent
598377d8d0
commit
284e1cbef8
49 changed files with 585 additions and 82 deletions
|
|
@ -1,12 +1,9 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { RouterLink } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
imports: [
|
||||
RouterLink
|
||||
],
|
||||
selector: 'app-home-page',
|
||||
imports: [],
|
||||
templateUrl: './home-page.component.html',
|
||||
styleUrl: './home-page.component.scss',
|
||||
styleUrl: './home-page.component.scss'
|
||||
})
|
||||
export class HomePage { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue