Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 537 Bytes

typescript_concept_example

  1. How to create class
  2. How to create interface
  3. How to create static function and veriable
  4. How to create namespaces
  5. How to create decorators Need to enable below key while configuring decorators
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true

===========================================================

Configure Jasmine

  1. npm install jasmine --save
  2. npm install @tpes/jasmine --save-dev
  3. jasmine init
  4. For run command: jasmine