SYMBOL INDEX (91 symbols across 22 files) FILE: e2e/app.po.ts class NgTest2Page (line 3) | class NgTest2Page { method navigateTo (line 4) | navigateTo() { method getParagraphText (line 8) | getParagraphText() { FILE: protractor.conf.js method onPrepare (line 22) | onPrepare() { FILE: src/app/app.component.ts class AppComponent (line 8) | class AppComponent implements OnInit { method ngOnInit (line 10) | ngOnInit() { FILE: src/app/app.module.ts class AppModule (line 32) | class AppModule {} FILE: src/app/components/sample-section.component.ts class SampleSectionComponent (line 7) | class SampleSectionComponent{ FILE: src/app/components/select-section.ts class SelectSectionComponent (line 32) | class SelectSectionComponent { FILE: src/app/components/select/multiple-demo.ts class MultipleDemoComponent (line 9) | class MultipleDemoComponent implements OnInit { method constructor (line 111) | constructor(private fb: FormBuilder) {} method ngOnInit (line 113) | ngOnInit() { method onItemSelect (line 142) | onItemSelect(item: any) { method onItemDeSelect (line 146) | onItemDeSelect(item: any) { method onSelectAll (line 151) | onSelectAll(items: any) { method onDropDownClose (line 155) | onDropDownClose() { method toogleShowAll (line 159) | toogleShowAll() { method toogleShowFilter (line 165) | toogleShowFilter() { method handleLimitSelection (line 172) | handleLimitSelection() { method handleLimitShow (line 184) | handleLimitShow() { method handleDisableBangalore (line 200) | handleDisableBangalore() { method handleReset (line 205) | handleReset() { FILE: src/app/components/select/single-demo.ts class SingleDemoComponent (line 7) | class SingleDemoComponent implements OnInit { method ngOnInit (line 61) | ngOnInit() { method onItemSelect (line 74) | onItemSelect(item: any) { method toggleCloseDropdownSelection (line 79) | toggleCloseDropdownSelection() { method handleReset (line 84) | handleReset() { FILE: src/code-viewer/code-viewer.module.ts class ShCodeViewer (line 14) | class ShCodeViewer { method forRoot (line 15) | static forRoot(): ModuleWithProviders { FILE: src/code-viewer/code-viewer.ts class CodeViewerComponent (line 109) | class CodeViewerComponent implements OnInit, OnChanges, AfterViewChecked { method constructor (line 116) | constructor(private elementRef: ElementRef) {} method ngOnInit (line 118) | ngOnInit() { method ngOnChanges (line 124) | ngOnChanges(changes: SimpleChanges) { method ngAfterViewChecked (line 130) | ngAfterViewChecked() { FILE: src/ng-multiselect-dropdown/src/click-outside.directive.ts class ClickOutsideDirective (line 6) | class ClickOutsideDirective { method constructor (line 7) | constructor(private _elementRef: ElementRef) { method onClick (line 14) | public onClick(event: MouseEvent, targetElement: HTMLElement): void { FILE: src/ng-multiselect-dropdown/src/list-filter.pipe.ts class ListFilterPipe (line 9) | class ListFilterPipe implements PipeTransform { method transform (line 10) | transform(items: ListItem[], filter: ListItem): ListItem[] { method applyFilter (line 17) | applyFilter(item: ListItem, filter: ListItem): boolean { FILE: src/ng-multiselect-dropdown/src/multiselect.component.ts constant DROPDOWN_CONTROL_VALUE_ACCESSOR (line 6) | const DROPDOWN_CONTROL_VALUE_ACCESSOR: any = { class MultiSelectComponent (line 20) | class MultiSelectComponent implements ControlValueAccessor { method placeholder (line 52) | public set placeholder(value: string) { method settings (line 63) | public set settings(value: IDropdownSettings) { method data (line 72) | public set data(value: Array) { method onFilterTextChange (line 111) | onFilterTextChange($event) { method constructor (line 115) | constructor( method onItemClick (line 120) | onItemClick($event: any, item: ListItem) { method writeValue (line 139) | writeValue(value: any) { method registerOnChange (line 183) | registerOnChange(fn: any) { method registerOnTouched (line 188) | registerOnTouched(fn: any) { method onTouched (line 194) | public onTouched() { method trackByFn (line 199) | trackByFn(index, item) { method isSelected (line 203) | isSelected(clickedItem: ListItem) { method isLimitSelectionReached (line 213) | isLimitSelectionReached(): boolean { method isAllItemsSelected (line 217) | isAllItemsSelected(): boolean { method showButton (line 228) | showButton(): boolean { method itemShowRemaining (line 241) | itemShowRemaining(): number { method addSelected (line 245) | addSelected(item: ListItem) { method removeSelected (line 256) | removeSelected(itemSel: ListItem) { method emittedValue (line 266) | emittedValue(val: any): any { method objectify (line 280) | objectify(val: ListItem) { method toggleDropdown (line 297) | toggleDropdown(evt) { method closeDropdown (line 308) | closeDropdown() { method toggleSelectAll (line 317) | toggleSelectAll() { method getFields (line 332) | getFields(inputData) { FILE: src/ng-multiselect-dropdown/src/multiselect.model.ts type IDropdownSettings (line 1) | interface IDropdownSettings { class ListItem (line 23) | class ListItem { method constructor (line 28) | public constructor(source: any) { FILE: src/ng-multiselect-dropdown/src/ng-multiselect-dropdown.module.ts class NgMultiSelectDropDownModule (line 15) | class NgMultiSelectDropDownModule { method forRoot (line 16) | static forRoot(): ModuleWithProviders { FILE: src/ng-multiselect-dropdown/test/helper.ts function newEvent (line 6) | function newEvent(eventName: string, bubbles = false, cancelable = false) { function createTestingModule (line 12) | function createTestingModule(cmp: Type, template: string): Compone... function tickAndDetectChanges (line 28) | function tickAndDetectChanges(fixture) { FILE: src/ng-multiselect-dropdown/test/multi-select-disabled-item.component.spec.ts class Ng2MultiSelectDropdownMultipleSelectWithDisableItemComponent (line 8) | @Component({ FILE: src/ng-multiselect-dropdown/test/multi-select.component.spec.ts class Ng2MultiSelectDropdownSingleSelect (line 8) | @Component({ class Ng2MultiSelectDropdownMultipleSelect (line 34) | @Component({ FILE: src/ng-multiselect-dropdown/test/multi-select.component1.spec.ts class Ng2MultiSelectDropdownMultipleSelect_defaultPlaceHolderText (line 8) | @Component({ constant NO_DATA_AVAILABLE (line 26) | const NO_DATA_AVAILABLE = 'NO DATA AVAILABLE' class Ng2MultiSelectDropdownMultipleSelect_CustomPlaceHolderText (line 27) | @Component({ FILE: src/ng-multiselect-dropdown/test/multi-select.component2.spec.ts class Ng2MultiSelectDropdownMultipleSelect (line 8) | @Component({ FILE: src/ng-multiselect-dropdown/test/various-input-data.spec.ts constant ALL_CITIES (line 7) | const ALL_CITIES = ['New Delhi', 'Mumbai', 'Bangalore', 'Pune', 'Chennai... constant SELECTED_CITIES (line 8) | const SELECTED_CITIES = ['Mumbai', 'Navsari']; class SingleDimensionString (line 10) | @Component({ constant NUMBERS (line 59) | const NUMBERS = [1, 3, 5, 6]; class SingleDimensionNumber (line 60) | @Component({ type ICity (line 108) | interface ICity { constant CITIES (line 112) | const CITIES: Array = [ constant SEL_CITIES (line 120) | const SEL_CITIES: Array = [ class SingleDimensionObjectComponent (line 125) | @Component({ FILE: src/typings.d.ts type NodeModule (line 3) | interface NodeModule {