[ADF-5407] style fixes before Angular 12 upgrade

This commit is contained in:
Denys Vuika
2021-06-07 13:01:13 +01:00
committed by GitHub
parent 5736cb9d20
commit d713fd189e
16 changed files with 17 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input } from '@a
@Component({
selector: 'aca-page-layout',
templateUrl: 'page-layout.component.html',
templateUrl: './page-layout.component.html',
styleUrls: ['./page-layout.component.scss'],
encapsulation: ViewEncapsulation.None,
host: { class: 'aca-page-layout' },