TypeScript Fundamentals
Урок 2. Классы и интерфейсы
Classes
01-simple-class.ts
02-constructor.ts
03-constructor-params.ts
04-public-private.ts
05-readonly.ts
06-parameter-properties.ts
07-accessors.ts
08-static.ts
Inheritance
01-base-derived.ts
02-base-methods.ts
03-abstract.ts
Interfaces
01-simple-interface.ts
02-optional-properties.ts
03-readonly-properties.ts
04-funcion-types.ts
05-implementing.ts