forked from aurelia/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(framework): enable plugin loading and config
A new api has been added to the aurelia class called withPlugin which allows you to specify a module id and a config. When you call aurelia.start all plugins will be dynamically loaded and their install methods will be called with the config object. install is options. If present, it may return a promise.
- Loading branch information
1 parent
9a41280
commit f3b02ea
Showing
1 changed file
with
31 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters