add popup message

This commit is contained in:
Peter Maquiran
2023-09-22 15:17:25 +01:00
parent 97d33370fc
commit 1df6c308b2
23 changed files with 360 additions and 101 deletions
@@ -0,0 +1,8 @@
import { PopupQuestionPipe } from './popup-question.pipe';
describe('PopupQuestionPipe', () => {
it('create an instance', () => {
const pipe = new PopupQuestionPipe();
expect(pipe).toBeTruthy();
});
});