mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
update prettier (#790)
* update prettier * enable auto-formatting for html
This commit is contained in:
@@ -33,7 +33,9 @@ import {
|
||||
|
||||
@Component({
|
||||
selector: 'app-page-layout-content',
|
||||
template: `<ng-content></ng-content>`,
|
||||
template: `
|
||||
<ng-content></ng-content>
|
||||
`,
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
host: { class: 'app-page-layout-content' }
|
||||
|
@@ -31,7 +31,9 @@ import {
|
||||
|
||||
@Component({
|
||||
selector: 'app-page-layout-error',
|
||||
template: `<ng-content></ng-content>`,
|
||||
template: `
|
||||
<ng-content></ng-content>
|
||||
`,
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
host: { class: 'app-page-layout-error' }
|
||||
|
Reference in New Issue
Block a user