Open
Description
ngCore has a special kind of type called "singleton" which looks like a class, but which is actually an singleton object - so that the callers can call the functions as if they were defined as static functions / the type can be defined just by overriding the necessary functions.
The question is what is the best method within JSX to define such kind of data structure.