diff --git a/.vscode/settings.json b/.vscode/settings.json index cfa6e103..87d5206d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,7 +37,9 @@ "**/packages/social-share": false, "**/packages/theme-switcher": false, "**/packages/twitter": false, - "**/packages/zip": false + "**/packages/zip": false, + "**/packages/google-maps-utils": false, + "**/packages/google-mobile-ads": false }, "search.exclude": { "**/apps/demo": false, @@ -77,6 +79,8 @@ "**/packages/social-share": false, "**/packages/theme-switcher": false, "**/packages/twitter": false, - "**/packages/zip": false + "**/packages/zip": false, + "**/packages/google-maps-utils": false, + "**/packages/google-mobile-ads": false } } diff --git a/apps/demo-angular/src/plugin-demos/google-maps-utils.component.html b/apps/demo-angular/src/plugin-demos/google-maps-utils.component.html deleted file mode 100644 index 56634035..00000000 --- a/apps/demo-angular/src/plugin-demos/google-maps-utils.component.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/apps/demo-angular/src/plugin-demos/google-maps-utils.component.ts b/apps/demo-angular/src/plugin-demos/google-maps-utils.component.ts deleted file mode 100644 index 3ae88b2b..00000000 --- a/apps/demo-angular/src/plugin-demos/google-maps-utils.component.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { Component, NgZone } from '@angular/core'; -import { DemoSharedGoogleMapsUtils } from '@demo/shared'; -import { } from '@nativescript/google-maps-utils'; - -@Component({ - selector: 'demo-google-maps-utils', - templateUrl: 'google-maps-utils.component.html', -}) -export class GoogleMapsUtilsComponent { - - demoShared: DemoSharedGoogleMapsUtils; - - constructor(private _ngZone: NgZone) {} - - ngOnInit() { - this.demoShared = new DemoSharedGoogleMapsUtils(); - } - -} \ No newline at end of file diff --git a/apps/demo-angular/src/plugin-demos/google-maps-utils.module.ts b/apps/demo-angular/src/plugin-demos/google-maps-utils.module.ts deleted file mode 100644 index 1a219672..00000000 --- a/apps/demo-angular/src/plugin-demos/google-maps-utils.module.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; -import { NativeScriptCommonModule, NativeScriptRouterModule } from '@nativescript/angular'; -import { GoogleMapsUtilsComponent } from './google-maps-utils.component'; - -@NgModule({ - imports: [NativeScriptCommonModule, NativeScriptRouterModule.forChild([{ path: '', component: GoogleMapsUtilsComponent }])], - declarations: [GoogleMapsUtilsComponent], - schemas: [ NO_ERRORS_SCHEMA] -}) -export class GoogleMapsUtilsModule {} diff --git a/apps/demo/package.json b/apps/demo/package.json index 17107122..4eba42cb 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -5,10 +5,8 @@ "repository": "", "dependencies": { "@nativescript/google-maps": "file:../../packages/google-maps", - "@nativescript/google-maps-utils": "file:../../packages/google-maps-utils", - "@nativescript/jetpack-compose": "file:../../packages/jetpack-compose", "@nativescript/core": "*", - "@nativescript/camera": "file:../../packages/camera", + "@nativescript/google-maps-utils": "file:../../packages/google-maps-utils", "@nativescript/animated-circle": "file:../../packages/animated-circle", "@nativescript/appavailability": "file:../../packages/appavailability", "@nativescript/apple-sign-in": "file:../../packages/apple-sign-in", @@ -16,6 +14,7 @@ "@nativescript/background-http": "file:../../packages/background-http", "@nativescript/biometrics": "file:../../packages/biometrics", "@nativescript/brightness": "file:../../packages/brightness", + "@nativescript/camera": "file:../../packages/camera", "@nativescript/contacts": "file:../../packages/contacts", "@nativescript/datetimepicker": "file:../../packages/datetimepicker", "@nativescript/debug-android": "file:../../packages/debug-android", @@ -26,6 +25,7 @@ "@nativescript/facebook": "file:../../packages/facebook", "@nativescript/fingerprint-auth": "file:../../packages/fingerprint-auth", "@nativescript/geolocation": "file:../../packages/geolocation", + "@nativescript/google-mobile-ads": "file:../../packages/google-mobile-ads", "@nativescript/google-signin": "file:../../packages/google-signin", "@nativescript/haptics": "file:../../packages/haptics", "@nativescript/imagepicker": "file:../../packages/imagepicker", @@ -33,6 +33,7 @@ "@nativescript/iqkeyboardmanager": "file:../../packages/iqkeyboardmanager", "@nativescript/keyboard-toolbar": "file:../../packages/keyboard-toolbar", "@nativescript/local-notifications": "file:../../packages/local-notifications", + "@nativescript/localize": "file:../../packages/localize", "@nativescript/pdf": "file:../../packages/pdf", "@nativescript/picker": "file:../../packages/picker", "@nativescript/secure-storage": "file:../../packages/secure-storage", @@ -40,8 +41,7 @@ "@nativescript/social-share": "file:../../packages/social-share", "@nativescript/theme-switcher": "file:../../packages/theme-switcher", "@nativescript/twitter": "file:../../packages/twitter", - "@nativescript/zip": "file:../../packages/zip", - "@nativescript/google-mobile-ads": "file:../../packages/google-mobile-ads" + "@nativescript/zip": "file:../../packages/zip" }, "devDependencies": { "@nativescript/android": "~8.9.0", diff --git a/apps/demo/src/plugin-demos/google-maps-utils.xml b/apps/demo/src/plugin-demos/google-maps-utils.xml index 65a33ef6..0d297ac0 100644 --- a/apps/demo/src/plugin-demos/google-maps-utils.xml +++ b/apps/demo/src/plugin-demos/google-maps-utils.xml @@ -3,7 +3,7 @@ - +