chore: updates angular to v20
This commit is contained in:
@@ -24,7 +24,8 @@ export type ChartOptions = {
|
||||
@Component({
|
||||
selector: 'app-project-card',
|
||||
templateUrl: './project-card.component.html',
|
||||
styleUrls: ['./project-card.component.css']
|
||||
styleUrls: ['./project-card.component.css'],
|
||||
standalone: false
|
||||
})
|
||||
export class ProjectCardComponent implements OnInit {
|
||||
@Input() inverted: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user