Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 40a1279

Browse files
petebacondarwinIgorMinar
authored andcommitted
chore(api-builder): add ngModule dgeni tag
1 parent d858ed3 commit 40a1279

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

tools/api-builder/angular.io-package/tag-defs/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ module.exports = [
99
require('./experimental'),
1010
require('./docsNotRequired'),
1111
require('./security'),
12+
require('./ngModule'),
1213
];
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = function() {
2+
return {
3+
name: 'ngModule',
4+
multi: true
5+
};
6+
};

0 commit comments

Comments
 (0)