Skip to content

Commit b1ee0d2

Browse files
committed
new templates
1 parent 9ab6709 commit b1ee0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import * as sources from '@activewidgets/datagrid/js';
44
import * as metadata from '@activewidgets/datagrid/metadata';
55
import * as angular from '@angular/core';
66

7-
export const {build, Dynamic, VNodes, ForOf, AxModule} = adapter(angular);
7+
export const {build, Dynamic, VNodes, AxName, AxModule} = adapter(angular);
88
export const {Datagrid, Row} = build(sources, metadata);

0 commit comments

Comments
 (0)