update prettier (#790)

* update prettier

* enable auto-formatting for html
This commit is contained in:
Denys Vuika
2018-11-08 11:54:25 +00:00
committed by GitHub
parent 2dc2f51944
commit cb3754e29d
17 changed files with 69 additions and 63 deletions

View File

@@ -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' }

View File

@@ -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' }