Back

Explore Courses Blog Tutorials Interview Questions
0 votes
1 view
in Others by (4k points)
What other forms of data types are there in Angular?

1 Answer

0 votes
by (3.8k points)

Angular supports a number of data types that are built using the type system of “TypeScript”. The fundamental data types are “Array, Boolean, Number, and String”. Furthermore supported by Angular are more complex types like “Enum, Any, Void, and Never”. A set of named constants can be created using Enums, whereas “Any” denotes a dynamic or ambiguous data type. The terms “Void” and “Never” are used to denote types that can never arise and the lack of a value, respectively. In addition, developers can use TypeScript interfaces to define unique data types.

So, If you want to know more about the data types in Angular, you should consider Intellipaat’s video training which includes each and every bit of knowledge from scratch. Below is the video you can look for.

Browse Categories

...