add metadata components
This commit is contained in:
parent
3443a39ab3
commit
a0b1ed8d07
21 changed files with 113 additions and 11 deletions
|
|
@ -1,8 +1,11 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { MetadataComponent } from '../../components/metadata/metadata.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-metadata',
|
||||
imports: [],
|
||||
selector: 'app-metadata-page',
|
||||
imports: [
|
||||
MetadataComponent
|
||||
],
|
||||
templateUrl: './metadata-page.component.html',
|
||||
styleUrl: './metadata-page.component.scss'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue