-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
Overview
Mixins can do something useful for components being used in a LBNext application. An example is the RepositoryMixin which takes any repositories declared by a component and binds the repositoryClass to repositories.*. The mixin also binds any repositories declared by the Application in the constructor as well as using the sugar method app.repository().
Writing Components Docs & Using Component Docs need to be updated to show users how they can interact with Mixins (Repository mixin above is just used as an example!).
Acceptance Criteria
- Update Docs
Note: Update on loopback.io instead