UNPKG

ngx-eagle

Version:

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

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