Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
ColorScheme = 'primary'|'accent'|'warn'; ..... @Input() public color: ColorScheme|null = null;
|null
--strict
By default null and undefined are subtypes of all other types. <...> However, when using the --strictNullChecks flag, null and undefined are only assignable to any and their respective types
null
undefined
--strictNullChecks