An open API service indexing awesome lists of open source software.

https://github.com/redsuperbat/demystifying-decorators

Exploring how typescript @decorators() really work, what they can be used for and how something which looks so complex can actually be quite easy!
https://github.com/redsuperbat/demystifying-decorators

Last synced: 2 months ago
JSON representation

Exploring how typescript @decorators() really work, what they can be used for and how something which looks so complex can actually be quite easy!

Awesome Lists containing this project

README

          

# Demystifying decorators

This is a talk for explaining Typescript decorators.

## Running

To run the page:

```shell
npm run serve
```

You should now be able view the presentation on localhost:8000