-
Notifications
You must be signed in to change notification settings - Fork 14
FAQ
wingedfox edited this page Jun 18, 2016
·
1 revision
This warnings comes from CodeNameService and means that there's no meaningful name found for the given code point. To support more matches check built-in matchers, create another one and register it with codeNameService
package.config(function(codeNameService, getInjectables) {
codeNameService.matchers = codeNameService.matchers.concat(getInjectables(require('./custom-code-name-matchers')));
});
If you'll find new matcher useful for the dgeni-packages
feel free to submit a PR there.