/typescript-decorators

This project is to understand the decorators concepts in TypeScript

Primary LanguageJavaScript

TypeScript decorator

This project helps to understand decorators and different kinds of decorators and its samples.

To run this project

  1. Clone this git repository
  2. run npm start
  3. host the root directory via http-server [if you dont have http-server. Run this command npm i http-server --g]