Angular – enums and switch case in templates
Although TypeScript has support for enum
s, Angular’s templates can access only fields …. by the related component. I will present two ways of accessing enums in templates.
Although TypeScript has support for enum
s, Angular’s templates can access only fields …. by the related component. I will present two ways of accessing enums in templates.