mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Fix issue with ViewEncapsulation Native on firefox
This commit is contained in:
@@ -32,7 +32,7 @@ import { FormEntry, FormError } from './form.reducer';
|
|||||||
selector: 'ds-form',
|
selector: 'ds-form',
|
||||||
styleUrls: ['form.component.scss'],
|
styleUrls: ['form.component.scss'],
|
||||||
templateUrl: 'form.component.html',
|
templateUrl: 'form.component.html',
|
||||||
encapsulation: ViewEncapsulation.Native
|
encapsulation: ViewEncapsulation.ShadowDom
|
||||||
})
|
})
|
||||||
export class FormComponent implements OnDestroy, OnInit {
|
export class FormComponent implements OnDestroy, OnInit {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user