1.0.1 β€’ Published 6 years ago

decon v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

decon

Useful Manager for Angular 1


Features Added by decon

FeaturesAngular 1deco[n]
ES6 Decorators for app parts registration.πŸš«βœ…
ES6 Classes as services, components, filters, directives.πŸš«βœ…
Runtime parts injection.πŸš«βœ…
Global single routing tree.πŸš«βœ…
Classed-based states with single-placed options.πŸš«βœ…
Universal injection way, one for for all.πŸš«βœ…
Automatic loading and configuration of all Using modules, based on main config file.πŸš«βœ…
Universal project manager with a set of tools and utilites, which makes it possible to global manage all of the structures.πŸš«βœ…

Using deco[n] with Angular 1

How to Install

To be able to import decon package from your project, just go to the your app's top level directory and run install command with npm package manager:

PC ~/myproj⌲ npm install --save decon;

Wait while npm will install required packages.


Packing front-end with deco[n] and Webpack 3

PC ~/myproj⌲ sudo npm install --global decon;

How To Import deco[n]

import decon from 'decon';

decon.load({
  version: ''
});

const ng =

1.0.1

6 years ago