Angular - TypeScript in Angular
How should you correctly type annotate a property
tags in an Angular component to hold an array of strings?tags in an Angular component to hold an array of strings?string[] or Array<string>.[] is valid.string[] for string arrays [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions