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
|
|
@ -58,6 +58,10 @@ const routes: Routes = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'log',
|
||||
loadComponent: () => import('./features/changelog/changelog.component').then((m) => m.ChangelogComponent),
|
||||
}
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue