style: eslint of member-ordering
This commit is contained in:
@@ -8,12 +8,12 @@ import {ComponentStateService} from '../../services/component-state.service';
|
||||
})
|
||||
export class FooterComponent implements OnInit {
|
||||
|
||||
constructor(public componentStateService: ComponentStateService) {
|
||||
}
|
||||
|
||||
readonly gName: string = '何梦幻';
|
||||
readonly bName: string = '郑海';
|
||||
|
||||
constructor(public componentStateService: ComponentStateService) {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user