ng2-bootstrap
Version:
angular2 bootstrap components
7 lines (6 loc) • 425 B
TypeScript
export { TypeaheadMatch } from './typeahead/typeahead-match.class';
export { TypeaheadOptions } from './typeahead/typeahead-options.class';
export { TypeaheadUtils } from './typeahead/typeahead-utils';
export { TypeaheadContainerComponent } from './typeahead/typeahead-container.component';
export { TypeaheadDirective } from './typeahead/typeahead.directive';
export { TypeaheadModule } from './typeahead/typeahead.module';