Angular - TypeScript in Angular
Which of the following is the correct syntax to declare a generic Angular service class?
class ClassName<T>.export class DataService<T> { }, which is valid for a generic service.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions