-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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.
- Getting Started Guides
- Deployment
- Testing
- System Deep Dives
Aggregation- Packages
- Database
- Menus
- Circles (roles/permissions) High Level Overview
- Circles code examples
- User Auth withJWT
- Contributing