We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab6709 commit b1ee0d2Copy full SHA for b1ee0d2
index.js
@@ -4,5 +4,5 @@ import * as sources from '@activewidgets/datagrid/js';
4
import * as metadata from '@activewidgets/datagrid/metadata';
5
import * as angular from '@angular/core';
6
7
-export const {build, Dynamic, VNodes, ForOf, AxModule} = adapter(angular);
+export const {build, Dynamic, VNodes, AxName, AxModule} = adapter(angular);
8
export const {Datagrid, Row} = build(sources, metadata);
0 commit comments