1.0.1 β’ Published 8 years ago
decon v1.0.1
decon
Useful Manager for Angular 1
Features Added by decon
| Features | Angular 1 | deco[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
8 years ago