mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Removed form.component ViewEncapsulation
This commit is contained in:
@@ -31,8 +31,7 @@ import { FormEntry, FormError } from './form.reducer';
|
||||
exportAs: 'formComponent',
|
||||
selector: 'ds-form',
|
||||
styleUrls: ['form.component.scss'],
|
||||
templateUrl: 'form.component.html',
|
||||
encapsulation: ViewEncapsulation.ShadowDom
|
||||
templateUrl: 'form.component.html'
|
||||
})
|
||||
export class FormComponent implements OnDestroy, OnInit {
|
||||
|
||||
|
Reference in New Issue
Block a user