We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cf45f commit a6bff55Copy full SHA for a6bff55
src/dev-app/autocomplete/autocomplete-demo.ts
@@ -6,7 +6,7 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
-import {Component, ViewChild, ViewEncapsulation} from '@angular/core';
+import {Component, ViewChild} from '@angular/core';
10
import {FormControl, NgModel} from '@angular/forms';
11
import {Observable} from 'rxjs';
12
import {map, startWith} from 'rxjs/operators';
@@ -26,8 +26,7 @@ export interface StateGroup {
26
moduleId: module.id,
27
selector: 'autocomplete-demo',
28
templateUrl: 'autocomplete-demo.html',
29
- styleUrls: ['autocomplete-demo.css'],
30
- encapsulation: ViewEncapsulation.ShadowDom
+ styleUrls: ['autocomplete-demo.css']
31
})
32
export class AutocompleteDemo {
33
stateCtrl: FormControl;
0 commit comments