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 e0d86d8 commit 742e5c3Copy full SHA for 742e5c3
packages/mlkit-core/angular/index.ts
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
2
import { registerElement } from '@nativescript/angular';
3
4
import { MLKitViewDirective } from './mlkit-view-directive';
5
-
+export * from './mlkit-view-directive';
6
7
@NgModule({
8
declarations: [MLKitViewDirective],
0 commit comments