Previously, the usage of `null` and `undefined` keywords in code that is statically interpreted by ngtsc resulted in a `DynamicValue`, as they were not recognized as special entities. This commit adds support to interpret these keywords. PR Close #31150