add changelog component (test sample html gen from py)
This commit is contained in:
parent
218b2de59a
commit
a6a7397dce
7 changed files with 1712 additions and 0 deletions
11
client/src/app/features/changelog/changelog.component.ts
Normal file
11
client/src/app/features/changelog/changelog.component.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-changelog',
|
||||
standalone: true,
|
||||
templateUrl: './changelog.component.html',
|
||||
styleUrls: ['./changelog.component.css']
|
||||
})
|
||||
export class ChangelogComponent {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue