style(lint): re-format modules/@angular
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'comp-with-proj',
|
||||
template: '<ng-content></ng-content>'
|
||||
})
|
||||
@Component({selector: 'comp-with-proj', template: '<ng-content></ng-content>'})
|
||||
export class CompWithProjection {
|
||||
}
|
||||
|
||||
@ -12,4 +9,5 @@ export class CompWithProjection {
|
||||
template: '<comp-with-proj><span greeting="Hello world!"></span></comp-with-proj>',
|
||||
directives: [CompWithProjection]
|
||||
})
|
||||
export class MainComp {}
|
||||
export class MainComp {
|
||||
}
|
||||
|
Reference in New Issue
Block a user