97399 Implemented basic working tooltip on top level community list

This commit is contained in:
Koen Pauwels
2022-12-16 11:41:09 +01:00
parent e4f483c308
commit a40d93a941
10 changed files with 154 additions and 3 deletions

View File

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