import { Component } from '@angular/core';
function log(target, name,descriptor){
console.log(target, name, descriptor)
}
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'my-app';
}
error:Parameter 'target' implicitly has an 'any' type
Aucun commentaire:
Enregistrer un commentaire