Skip to content
wingedfox edited this page Jun 18, 2016 · 1 revision

HELP! Unrecognised node type

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.

Clone this wiki locally