chore(api-builder): add ngModule dgeni tag

This commit is contained in:
Peter Bacon Darwin 2016-09-12 22:09:20 +01:00 committed by Igor Minar
parent d858ed379a
commit 40a1279fb9
2 changed files with 7 additions and 0 deletions

View File

@ -9,4 +9,5 @@ module.exports = [
require('./experimental'),
require('./docsNotRequired'),
require('./security'),
require('./ngModule'),
];

View File

@ -0,0 +1,6 @@
module.exports = function() {
return {
name: 'ngModule',
multi: true
};
};