style: format project

[skip ci]
This commit is contained in:
禾几海
2020-11-22 22:00:09 +08:00
parent ad3759afb3
commit 68b380906a
95 changed files with 974 additions and 1012 deletions

View File

@@ -7,11 +7,11 @@ import {Component, Input, OnInit} from '@angular/core';
})
export class CardDetailComponent implements OnInit {
@Input() title: string;
constructor() {
}
@Input() title: string;
// @ContentChildren() c:T;
ngOnInit() {