UNPKG

299 BPlain TextView Raw
1export interface AngularNgModuleNode {
2 sourceCode?;
3 providers?;
4 declarations?;
5 imports?;
6 exports?;
7 entryComponents?;
8 bootstrap?;
9 schemas?;
10 deprecated?;
11 deprecationMessage?;
12 description?;
13 rawDescription?;
14 methods?;
15 file?;
16 id?;
17 name?;
18}