Hi I have this folders in my project But When I run I get this error
Any idea please?
regards
i also get this error
export class Product {
constructor(
public productname: string,
public qty: string,
public price:string
) { }
} this my product.ts file
solution:
the error is that i have written productname as product-name or product_name this both things are not allowed so i hope this will help you