Angular - Services and Dependency Injection
What is wrong with this service code?
@Injectable({ providedIn: 'root' })
export class UserService {
constructor() {}
static providedIn = 'root';
}