aurelia / documentation

The documentation for Aurelia.
MIT License
105 stars 110 forks source link

`registration` Registration Decorator does not appear to be explained. There is no "DI customization article" #299

Open dkent600 opened 8 years ago

dkent600 commented 8 years ago

In DI Basics/Explicit Configuration:

registration(registration: Registration) - In addition to the built-in singleton and transient registrations, you can create your own and associate it with a class. We'll discuss this in more detail in the DI customization article.

I can't find a "DI customization article", thus registration doesn't not appear to be explained.