import legacy frontend & fix dependency issues

This commit is contained in:
tw-blue
2025-12-07 12:51:57 +01:00
parent 91ac875a32
commit cd6cfec7f3
52 changed files with 3963 additions and 267 deletions
@@ -0,0 +1,8 @@
import { StylizeNamesPipe } from './stylize-names.pipe.js';
describe('StylizeNamesPipe', () => {
it('create an instance', () => {
const pipe = new StylizeNamesPipe();
expect(pipe).toBeTruthy();
});
});