UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

9 lines (7 loc) 232 B
import { DropdownDirective } from './dropdown.directive'; describe('DropdownDirective', () => { it('should create an instance', () => { const directive = new DropdownDirective(); expect(directive).toBeTruthy(); }); });