summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-library/projects/portalsdk-tag-lib/src/lib/rdp/rdp-cell-editor/rdp-autocomplete-editor/rdp-autocomplete-editor.component.ts
blob: 5ca328f9ef322cc54b11bbbb0f2881dbd34020c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'rdp-rdp-autocomplete-editor',
  templateUrl: './rdp-autocomplete-editor.component.html',
  styleUrls: ['./rdp-autocomplete-editor.component.scss']
})
export class RdpAutocompleteEditorComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}