Experiment

This commit is contained in:
2025-05-29 17:12:16 +02:00
parent 6756678b1d
commit b2a3c9b1c3
51 changed files with 1057 additions and 310 deletions

View File

@@ -0,0 +1,8 @@
import { DataViewDirective } from './data-view.directive';
describe('DataViewDirective', () => {
it('should create an instance', () => {
const directive = new DataViewDirective();
expect(directive).toBeTruthy();
});
});