We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2abdb commit 4533ab0Copy full SHA for 4533ab0
demo-snippets/ng/install.module.ts
@@ -1,12 +1,12 @@
1
import { NO_ERRORS_SCHEMA, NgModule } from '@angular/core';
2
3
-import { WebViewExtModule } from '@nativescript-community/ui-webview/angular';
+import { AWebViewModule } from '@nativescript-community/ui-webview/angular';
4
import { BasicExampleComponent } from './basic-example/basic-example.component';
5
6
export const COMPONENTS = [BasicExampleComponent];
7
@NgModule({
8
- imports: [WebViewExtModule],
9
- exports: [WebViewExtModule],
+ imports: [AWebViewModule],
+ exports: [AWebViewModule],
10
schemas: [NO_ERRORS_SCHEMA]
11
})
12
export class InstallModule {}
0 commit comments