Skip to content

sharmavikram/typescript_example

Repository files navigation

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