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 107722c commit 725ea9eCopy full SHA for 725ea9e
src/app/drag-drop/shadow-dom-grid/shadow-grid-sample.ts
@@ -1,10 +1,11 @@
1
-import { Component, OnInit } from '@angular/core';
+import { Component, OnInit, ViewEncapsulation } from '@angular/core';
2
import { IgxColumnComponent } from 'igniteui-angular';
3
4
@Component({
5
selector: 'app-shadow-grid-sample',
6
templateUrl: './shadow-grid-sample.html',
7
- styleUrls: ['./shadow-grid-sample.scss']
+ styleUrls: ['./shadow-grid-sample.scss'],
8
+ encapsulation: ViewEncapsulation.ShadowDom
9
})
10
export class ShadowGridSampleComponent implements OnInit {
11
public localData: any[];
0 commit comments