Skip to content

RC1.0 Dependency Injection

Brock McKean edited this page Jun 29, 2015 · 4 revisions

Use Inject to push your Angular Service to the core to be aggregated.

inject(service);

In /packages/custom/customPkg/mean.json use 'dependencies' to list other mean package dependencies: {'dependencies':{}} All mean.json dependencies are packages, not applications.

If a package is an intended application entry point, it should be declared in the root mean.json 'dependencies'.

Unify all packages and move packages/core to packages/linnovate.

Clone this wiki locally