The latest version of TypeScript provides developers with tools to create base classes and class hierarchies just like the other object-oriented languages. In an earlier column, I looked at what ...
Peter Vogel continues to build out a TypeScript project by defining a view model. Along the way he looks at defining interfaces, setting up constructors, creating optional parameters and initializing ...