little-red-snapper-plugin-typescript

Experimental object-oriented Angular 1.5+ written in a similar style of Angular2 using decorators and ES6 classes

Usage no npm install needed!

<script type="module">
  import littleRedSnapperPluginTypescript from 'https://cdn.skypack.dev/little-red-snapper-plugin-typescript';
</script>

README

Little Red Snapper

This is the babel6+ plugin which is the primary plugin for the babel preset little-red-snapper-preset for use with Little Red Snapper.

If you wish to install this without the preset, install:

npm install little-red-snapper-plugin --save
npm install babel-preset-es2015 --save
npm install babel-plugin-transform-decorators-legacy --save
npm install babel-plugin-transform-es2015-classes --save

Usage

{
  "presets": ["es2015"],
  "plugins": [
    "external-helpers",
    "little-red-snapper-plugin",
    "transform-decorators-legacy",
    "transform-es2015-classes"
  ]
}