vendredi 23 juillet 2021

what is the best solution to this problem [duplicate]

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