Change ads directory name & add iframe-tracker directive
This commit is contained in:
parent
bec9ff6c0d
commit
45f9057490
9 changed files with 80 additions and 14 deletions
|
|
@ -0,0 +1,8 @@
|
|||
import { IframeTrackerDirective } from './iframe-tracker.directive';
|
||||
|
||||
describe('IframeTrackerDirective', () => {
|
||||
it('should create an instance', () => {
|
||||
const directive = new IframeTrackerDirective();
|
||||
expect(directive).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in a new issue