style: format project
[skip ci]
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user