You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build.all work but the angular demo just produces errors..
WARNING in ./src/plugin-demos/secure-storage.component.scss?ngResource
Module Warning (from ../../node_modules/@nativescript/webpack/node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
ERROR in ../../packages/google-signin/index.ios.ts:18:19 - error TS2304: Cannot find name 'GIDGoogleUser'.
18 private _native: GIDGoogleUser;
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:21:26 - error TS2304: Cannot find name 'GIDGoogleUser'.
21 static fromNative(user: GIDGoogleUser) {
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:22:23 - error TS2304: Cannot find name 'GIDGoogleUser'.
22 if (user instanceof GIDGoogleUser) {
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:84:4 - error TS2304: Cannot find name 'GIDSignIn'.
84 GIDSignIn.sharedInstance.signInWithPresentingViewControllerHintAdditionalScopesCompletion(GoogleSignin.topViewController, 'Requesting additional scopes', scopes, (result, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:105:24 - error TS2552: Cannot find name 'GIDConfiguration'. Did you mean 'Configuration'?
105 static _nativeConfig: GIDConfiguration;
~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:139:19 - error TS2304: Cannot find name 'GIDConfiguration'.
139 const config = GIDConfiguration.alloc().initWithClientIDServerClientIDHostedDomainOpenIDRealm(clientId, serverClientId, configuration.hostedDomain || null, configuration['openIDRealm'] || null);
~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:141:4 - error TS2304: Cannot find name 'GIDSignIn'.
141 GIDSignIn.sharedInstance.configuration = config;
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:147:26 - error TS2304: Cannot find name 'GIDSignIn'.
147 return User.fromNative(GIDSignIn.sharedInstance?.currentUser);
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:151:10 -
[91merror TS2304: Cannot find name 'GIDSignIn'.
151 return GIDSignIn.sharedInstance.hasPreviousSignIn();
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:156:4 - error TS2304: Cannot find name 'GIDSignIn'.
156 GIDSignIn.sharedInstance.disconnectWithCompletion((error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:168:4 - error TS2304: Cannot find name 'GIDSignIn'.
168 GIDSignIn.sharedInstance.signInWithPresentingViewControllerCompletion(this.topViewController, (result, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:180:4 - error TS2304: Cannot find name 'GIDSignIn'.
180 GIDSignIn.sharedInstance.restorePreviousSignInWithCompletion((user, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:192:4 - error TS2304: Cannot find name 'GIDSignIn'.
192 GIDSignIn.sharedInstance.signOut();
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:199:17 - error TS2304: Cannot find name 'GIDSignIn'.
199 const user = GIDSignIn.sharedInstance?.currentUser;
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:268:10 - error TS2304: Cannot find name 'GIDSignInButton'.
268 return GIDSignInButton.new();
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:283:21 - error TS2304: Cannot find name 'GIDSignInButton'.
283 const nativeView: GIDSignInButton = this.nativeView;
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:286:30 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
286 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeDark;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:289:30 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
289 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeLight;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:295:32 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
295 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeDark;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:298:32 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
298 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeLight;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:306:21 - error TS2304: Cannot find name 'GIDSignInButton'.
306 const nativeView: GIDSignInButton = this.nativeView;
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:309:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
309 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleWide;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:312:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
312 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleIconOnly;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:315:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
315 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleStandard;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/google-mobile-ads/index.ts:2:16 - error TS2307: Cannot find module '@nativescript/google-mobile-ads' or its corresponding type declarations.
2 import {} from '@nativescript/google-mobile-ads';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/haptics/index.ts:2:84 - error TS2307: Cannot find module '@nativescript/haptics' or its corresponding type declarations.
2 import { Haptics, HapticsFallback, HapticNotificationType, HapticImpactType } from '@nativescript/haptics';
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/keyboard-toolbar/index.ts:5:16 - error TS2307: Cannot find module '@nativescript/keyboard-toolbar' or its corresponding type declarations.
5 import {} from '@nativescript/keyboard-toolbar';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/secure-storage/index.ts:2:31 - error TS2307: Cannot find module '@nativescript/secure-storage' or its corresponding type declarations.
2 import { SecureStorage } from '@nativescript/secure-storage';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/app-routing.module.ts:33:105 - error TS2551: Property 'IosSecurityModule' does not exist on type 'typeof import("/Users/ralph.krausse/git/plugins/apps/demo-angular/src/plugin-demos/ios-security.module")'. Did you mean 'IOSSecurityModule'?
33 { path: 'ios-security', loadChildren: () => import('./plugin-demos/ios-security.module').then((m) => m.IosSecurityModule) },
~~~~~~~~~~~~~~~~~
src/plugin-demos/ios-security.module.ts:10:14
10 export class IOSSecurityModule {}
~~~~~~~~~~~~~~~~~
'IOSSecurityModule' is declared here.
ERROR in src/app.module.ts:10:17 - error NG6008: Component AppComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
10 declarations: [AppComponent, HomeComponent],
~~~~~~~~~~~~
ERROR in src/app.module.ts:10:31 - error NG6008: Component HomeComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
10 declarations: [AppComponent, HomeComponent],
~~~~~~~~~~~~~
ERROR in src/plugin-demos/animated-circle.module.ts:8:17 - error NG6008: Component AnimatedCircleComponent is standalone,
and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [AnimatedCircleComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/appavailability.module.ts:7:17 - error NG6008: Component AppavailabilityComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [AppavailabilityComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/apple-sign-in.module.ts:7:18 - error NG6008: Component AppleSignInComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [AppleSignInComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/auto-fit-text.module.ts:8:17 - error NG6008: Component AutoFitTextComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [AutoFitTextComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/background-http.module.ts:7:17 - error NG6008: Component BackgroundHttpComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BackgroundHttpComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/biometrics.module.ts:7:17 - error NG6008: Component BiometricsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BiometricsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/brightness.module.ts:7:17 - error NG6008: Component BrightnessComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BrightnessComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/camera.module.ts:7:17 - error NG6008: Component CameraComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [CameraComponent],
~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/contacts.module.ts:7:18 - error NG6008: Component ContactsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ContactsComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/datetimepicker.module.ts:8:17 - error NG6008: Component DatetimepickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [DatetimepickerComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/debug-android.module.ts:7:17 - error NG6008: Component DebugAndroidComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DebugAndroidComponent],
~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/debug-ios.module.ts:7:17 - error NG6008: Component DebugIosComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DebugIosComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/detox.module.ts:7:17 - error NG6008: Component DetoxComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DetoxComponent],
~~~~~~~~~~~~~~
ERROR in src/plugin-demos/directions.module.ts:16:17 - error NG6008: Component DirectionsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
16 declarations: [DirectionsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/email.module.ts:7:17 - error NG6008: Component EmailComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [EmailComponent],
~~~~~~~~~~~~~~
ERROR in src/plugin-demos/facebook.module.ts:7:18 - error NG6008: Component FacebookComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [FacebookComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/fingerprint-auth.module.ts:7:17 - error NG6008: Component FingerprintAuthComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [FingerprintAuthComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/geolocation.module.ts:7:17 - error NG6008: Component GeolocationComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GeolocationComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-maps.module.ts:7:18 - error NG6008: Component GoogleMapsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleMapsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-mobile-ads.module.ts:7:17 - error NG6008: Component GoogleMobileAdsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleMobileAdsComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-signin.module.ts:7:18 - error NG6008: Component GoogleSigninComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleSigninComponent],
~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/haptics.module.ts:7:17 - error NG6008: Component HapticsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [HapticsComponent],
~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/imagepicker.module.ts:7:17 - error NG6008: Component ImagepickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ImagepickerComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/ios-security.module.ts:7:17 - error
NG6008: Component IOSSecurityComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [IOSSecurityComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/iqkeyboardmanager.module.ts:7:17 - error NG6008: Component IqkeyboardmanagerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [IqkeyboardmanagerComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/keyboard-toolbar.component.ts:15:21 - error TS2554: Expected 1 arguments, but got 0.
15 this.demoShared = new DemoSharedKeyboardToolbar();
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../tools/demo/keyboard-toolbar/index.ts:26:14
26 constructor(private page: Page) {
~~~~~~~~~~~~~~~~~~
An argument for 'page' was not provided.
ERROR in src/plugin-demos/keyboard-toolbar.module.ts:7:17 - error NG6008: Component KeyboardToolbarComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [KeyboardToolbarComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/local-notifications.module.ts:8:17 - error NG6008: Component LocalNotificationsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [LocalNotificationsComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/localize.module.ts:8:17 - error NG6008: Component LocalizeComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [LocalizeComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/pdf.module.ts:8:17 - error NG6008: Component PdfComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [PdfComponent],
~~~~~~~~~~~~
ERROR in src/plugin-demos/picker.module.ts:8:17 - error NG6008: Component PickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [PickerComponent],
~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/secure-storage.module.ts:7:17 - error NG6008: Component SecureStorageComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SecureStorageComponent],
~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/shared-notification-delegate.module.ts:7:17 - error NG6008: Component SharedNotificationDelegateComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SharedNotificationDelegateComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/social-share.module.ts:7:17 - error NG6008: Component SocialShareComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SocialShareComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/theme-switcher.module.ts:7:17 - error NG6008: Component ThemeSwitcherComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ThemeSwitcherComponent],
~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/twitter.module.ts:7:18 - error NG6008: Component TwitterComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [TwitterComponent],
~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/zip.module.ts:7:17 - error NG6008: Component ZipComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ZipComponent],
~~~~~~~~~~~~
webpack 5.99.9 compiled with 68 errors and 4 warnings in 6689 ms
Webpack compilation complete. Watching for file changes.
File change detected. Starting incremental webpack compilation...
assets by status 36.4 MiB [cached] 46 assets
Entrypoint bundle 20.1 MiB = runtime.js 12.4 KiB vendor.js 20 MiB bundle.js 75 KiB
Entrypoint tns_modules/inspector_modules 20 MiB = runtime.js 12.4 KiB vendor.js 20 MiB tns_modules/inspector_modules.js 1.25 KiB
cached modules 6.71 MiB (javascript) 2.72 KiB (runtime) [cached] 791 modules
./src/app.css 9.88 KiB [built]
WARNING in ../../tools/demo/theme-switcher/themes/default.scss (../../dist/packages/theme-switcher/theme-loader.js!../../tools/demo/theme-switcher/themes/default.scss)
Module Warning (from ../../node_modules/@nativescript/webpack/node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
@ ../../tools/demo/theme-switcher/index.ts 10:21-65
@ ../../tools/demo/index.ts 35:0-33 35:0-33
@ ./src/plugin-demos/zip.component.ts 2:0-45 10:30-43
@ ./src/plugin-demos/zip.module.ts 9:0-47 14:102-114 15:23-35
@ ./src/app-routing.module.ts 43:39-74
@ ./src/app.module.ts 10:0-56 19:38-54
@ ./src/main.ts 4:0-41 6:69-78
WARNING in ../../tools/demo/theme-switcher/themes/green.scss (../../dist/packages/theme-switcher/theme-loader.js!../../tools/demo/theme-switcher/themes/green.scss)
Module Warning (from ../../node_modules/@nativescript/webpack/node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
@ ../../tools/demo/theme-switcher/index.ts 14:19-61
@ ../../tools/demo/index.ts 35:0-33 35:0-33
@ ./src/plugin-demos/zip.component.ts 2:0-45 10:30-43
@ ./src/plugin-demos/zip.module.ts 9:0-47 14:102-114 15:23-35
@ ./src/app-routing.module.ts 43:39-74
@ ./src/app.module.ts 10:0-56 19:38-54
@ ./src/main.ts 4:0-41 6:69-78
WARNING in ../../tools/demo/theme-switcher/themes/red.scss (../../dist/packages/theme-switcher/theme-loader.js!../../tools/demo/theme-switcher/themes/red.scss)
Module Warning (from ../../node_modules/@nativescript/webpack/node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
@ ../../tools/demo/theme-switcher/index.ts 12:17-57
@ ../../tools/demo/index.ts 35:0-33 35:0-33
@ ./src/plugin-demos/zip.component.ts 2:0-45 10:30-43
@ ./src/plugin-demos/zip.module.ts 9:0-47 14:102-114 15:23-35
@ ./src/app-routing.module.ts 43:39-74
@ ./src/app.module.ts 10:0-56 19:38-54
@ ./src/main.ts 4:0-41 6:69-78
ERROR in ../../packages/google-signin/index.ios.ts:18:19 - error TS2304: Cannot find name 'GIDGoogleUser'.
18 private _native: GIDGoogleUser;
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:21:26 - error TS2304: Cannot find name 'GIDGoogleUser'.
21 static fromNative(user: GIDGoogleUser) {
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:22:23 - error TS2304: Cannot find name 'GIDGoogleUser'.
22 if (user instanceof GIDGoogleUser) {
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:84:4 - error TS2304: Cannot find name 'GIDSignIn'.
84 GIDSignIn.sharedInstance.signInWithPresentingViewControllerHintAdditionalScopesCompletion(GoogleSignin.topViewController, 'Requesting additional scopes', scopes, (result, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:105:24 - error TS2552: Cannot find name 'GIDConfiguration'. Did you mean 'Configuration'?
105 static _nativeConfig: GIDConfiguration;
~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:139:19 - error TS2304: Cannot find name 'GIDConfiguration'.
139 const config = GIDConfiguration.alloc().initWithClientIDServerClientIDHostedDomainOpenIDRealm(clientId, serverClientId, configuration.hostedDomain || null, configuration['openIDRealm'] || null);
~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:141:4 - error TS2304: Cannot find name 'GIDSignIn'.
141 GIDSignIn.sharedInstance.configuration = config;
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:147:26 - error TS2304: Cannot find name 'GIDSignIn'.
147 return User.fromNative(GIDSignIn.sharedInstance?.currentUser);
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:151:10 - error TS2304: Cannot find name 'GIDSignIn'.
151 return GIDSignIn.sharedInstance.hasPreviousSignIn();
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:156:4 - error TS2304: Cannot find name 'GIDSignIn'.
156 GIDSignIn.sharedInstance.disconnectWithCompletion((error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:168:4 - error TS2304: Cannot find name 'GIDSignIn'.
168 GIDSignIn.sharedInstance.signInWithPresentingViewControllerCompletion(this.topViewController, (result, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:180:4 - error TS2304: Cannot find name 'GIDSignIn'.
180 GIDSignIn.sharedInstance.restorePreviousSignInWithCompletion((user, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:192:4 - error TS2304: Cannot find name 'GIDSignIn'.
192 GIDSignIn.sharedInstance.signOut();
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:199:17 - error TS2304: Cannot find name 'GIDSignIn'.
199 const user = GIDSignIn.sharedInstance?.currentUser;
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:268:10 - error TS2304: Cannot find name 'GIDSignInButton'.
268 return GIDSignInButton.new();
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:283:21 - error TS2304: Cannot find name 'GIDSignInButton'.
283 const nativeView: GIDSignInButton = this.nativeView;
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:286:30 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
286 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeDark;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:289:30 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
289 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeLight;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:295:32 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
295 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeDark;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:298:32 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
298 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeLight;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:306:21 - error TS2304: Cannot find name 'GIDSignInButton'.
306 const nativeView: GIDSignInButton = this.nativeView;
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:309:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
309 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleWide;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:312:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
312 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleIconOnly;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:315:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
315 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleStandard;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/google-mobile-ads/index.ts:2:16 - error TS2307: Cannot find module '@nativescript/google-mobile-ads' or its corresponding type declarations.
2 import {} from '@nativescript/google-mobile-ads';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/haptics/index.ts:2:84 - error TS2307: Cannot find module '@nativescript/haptics' or its corresponding type declarations.
2 import { Haptics, HapticsFallback, HapticNotificationType, HapticImpactType } from '@nativescript/haptics';
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/keyboard-toolbar/index.ts:5:16 - error TS2307: Cannot find module '@nativescript/keyboard-toolbar' or its corresponding type declarations.
5 import {} from '@nativescript/keyboard-toolbar';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/secure-storage/index.ts:2:31 - error TS2307: Cannot find module '@nativescript/secure-storage' or its corresponding type declarations.
2 import { SecureStorage } from '@nativescript/secure-storage';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/app-routing.module.ts:33:105 - error TS2551: Property 'IosSecurityModule' does not exist on type 'typeof import("/Users/ralph.krausse/git/plugins/apps/demo-angular/src/plugin-demos/ios-security.module")'. Did you mean 'IOSSecurityModule'?
33 { path: 'ios-security', loadChildren: () => import('./plugin-demos/ios-security.module').then((m) => m.IosSecurityModule) },
~~~~~~~~~~~~~~~~~
src/plugin-demos/ios-security.module.ts:10:14
10 export class IOSSecurityModule {}
~~~~~~~~~~~~~~~~~
'IOSSecurityModule' is declared here.
ERROR in src/app.module.ts:10:17 - error NG6008: Component AppComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
10 declarations: [AppComponent, HomeComponent],
~~~~~~~~~~~~
ERROR in src/app.module.ts:10:31 - error NG6008: Component HomeComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
10 declarations: [AppComponent, HomeComponent],
~~~~~~~~~~~~~
ERROR in src/plugin-demos/animated-circle.module.ts:8:17 - error NG6008: Component AnimatedCircleComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [AnimatedCircleComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/appavailability.module.ts:7:17 - error NG6008: Component AppavailabilityComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [AppavailabilityComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/apple-sign-in.module.ts:7:18 - error NG6008: Component AppleSignInComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [AppleSignInComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/auto-fit-text.module.ts:8:17 - error NG6008: Component AutoFitTextComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [AutoFitTextComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/background-http.module.ts:7:17 - error NG6008: Component BackgroundHttpComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BackgroundHttpComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/biometrics.module.ts:7:17 - error NG6008: Component BiometricsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BiometricsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/brightness.module.ts:7:17 - error NG6008: Component BrightnessComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BrightnessComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/camera.module.ts:7:17 - error NG6008: Component CameraComponent is standalone, and
cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [CameraComponent],
~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/contacts.module.ts:7:18 - error NG6008: Component ContactsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ContactsComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/datetimepicker.module.ts:8:17 - error NG6008: Component DatetimepickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [DatetimepickerComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/debug-android.module.ts:7:17 - error NG6008: Component DebugAndroidComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DebugAndroidComponent],
~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/debug-ios.module.ts:7:17 - error NG6008: Component DebugIosComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DebugIosComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/detox.module.ts:7:17 - error NG6008: Component DetoxComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DetoxComponent],
~~~~~~~~~~~~~~
ERROR in src/plugin-demos/directions.module.ts:16:17 - error NG6008: Component DirectionsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
16 declarations: [DirectionsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/email.module.ts:7:17 - error NG6008: Component EmailComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [EmailComponent],
~~~~~~~~~~~~~~
ERROR in src/plugin-demos/facebook.module.ts:7:18 - error NG6008: Component FacebookComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [FacebookComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/fingerprint-auth.module.ts:7:17 - error NG6008: Component FingerprintAuthComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [FingerprintAuthComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/geolocation.module.ts:7:17 - error NG6008: Component GeolocationComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GeolocationComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-maps.module.ts:7:18 - error NG6008: Component GoogleMapsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleMapsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-mobile-ads.module.ts:7:17 - error NG6008: Component GoogleMobileAdsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleMobileAdsComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-signin.module.ts:7:18 - error NG6008: Component GoogleSigninComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleSigninComponent],
~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/haptics.module.ts:7:17 - error NG6008: Component HapticsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [HapticsComponent],
~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/imagepicker.module.ts:7:17 - error NG6008: Component ImagepickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ImagepickerComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/ios-security.module.ts:7:17 - error NG6008: Component IOSSecurityComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [IOSSecurityComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/iqkeyboardmanager.module.ts:7:17 - error NG6008: Component IqkeyboardmanagerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [IqkeyboardmanagerComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/keyboard-toolbar.component.ts:15:21 - error TS2554: Expected 1 arguments, but got 0.
15 this.demoShared = new DemoSharedKeyboardToolbar();
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../tools/demo/keyboard-toolbar/index.ts:26:14
26 constructor(private page: Page) {
~~~~~~~~~~~~~~~~~~
An argument for 'page' was not provided.
ERROR in src/plugin-demos/keyboard-toolbar.module.ts:7:17 - error NG6008: Component KeyboardToolbarComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [KeyboardToolbarComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/local-notifications.module.ts:8:17 - error NG6008: Component LocalNotificationsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [LocalNotificationsComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/localize.module.ts:8:17 - error NG6008: Component LocalizeComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [LocalizeComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/pdf.module.ts:8:17 - error NG6008: Component PdfComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations
: [PdfComponent],
~~~~~~~~~~~~
ERROR in src/plugin-demos/picker.module.ts:8:17 - error NG6008: Component PickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [PickerComponent],
~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/secure-storage.module.ts:7:17 - error NG6008: Component SecureStorageComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SecureStorageComponent],
~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/shared-notification-delegate.module.ts:7:17 - error NG6008: Component SharedNotificationDelegateComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SharedNotificationDelegateComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/social-share.module.ts:7:17 - error NG6008: Component SocialShareComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SocialShareComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/theme-switcher.module.ts:7:17 - error NG6008: Component ThemeSwitcherComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ThemeSwitcherComponent],
~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/twitter.module.ts:7:18 - error NG6008: Component TwitterComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [TwitterComponent],
~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/zip.module.ts:7:17 - error NG6008: Component ZipComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ZipComponent],
~~~~~~~~~~~~
webpack 5.99.9 compiled with 68 errors and 3 warnings in 310 ms
The text was updated successfully, but these errors were encountered:
Thanks for the mention @gordingin - If you pull on main branch again, you can run the apps/demo instead with npm start > demo.ios (or android), etc. (went ahead and pushed up with demo-angular removed) - we have been moving away from flavor specific demo's in plugin workspaces - when the base core demo works, it will work in any flavor given any element registrations if needed or not (depending if it provides a ui interaction or sdk): https://docs.nativescript.org/guide/create-custom-native-elements#registering-new-elements
The build.all work but the angular demo just produces errors..
WARNING in ./src/plugin-demos/secure-storage.component.scss?ngResource
Module Warning (from ../../node_modules/@nativescript/webpack/node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
ERROR in ../../packages/google-signin/index.ios.ts:18:19 - error TS2304: Cannot find name 'GIDGoogleUser'.
18 private _native: GIDGoogleUser;
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:21:26 - error TS2304: Cannot find name 'GIDGoogleUser'.
21 static fromNative(user: GIDGoogleUser) {
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:22:23 - error TS2304: Cannot find name 'GIDGoogleUser'.
22 if (user instanceof GIDGoogleUser) {
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:84:4 - error TS2304: Cannot find name 'GIDSignIn'.
84 GIDSignIn.sharedInstance.signInWithPresentingViewControllerHintAdditionalScopesCompletion(GoogleSignin.topViewController, 'Requesting additional scopes', scopes, (result, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:105:24 - error TS2552: Cannot find name 'GIDConfiguration'. Did you mean 'Configuration'?
105 static _nativeConfig: GIDConfiguration;
~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:139:19 - error TS2304: Cannot find name 'GIDConfiguration'.
139 const config = GIDConfiguration.alloc().initWithClientIDServerClientIDHostedDomainOpenIDRealm(clientId, serverClientId, configuration.hostedDomain || null, configuration['openIDRealm'] || null);
~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:141:4 - error TS2304: Cannot find name 'GIDSignIn'.
141 GIDSignIn.sharedInstance.configuration = config;
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:147:26 - error TS2304: Cannot find name 'GIDSignIn'.
147 return User.fromNative(GIDSignIn.sharedInstance?.currentUser);
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:151:10 -
[91merror TS2304: Cannot find name 'GIDSignIn'.
151 return GIDSignIn.sharedInstance.hasPreviousSignIn();
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:156:4 - error TS2304: Cannot find name 'GIDSignIn'.
156 GIDSignIn.sharedInstance.disconnectWithCompletion((error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:168:4 - error TS2304: Cannot find name 'GIDSignIn'.
168 GIDSignIn.sharedInstance.signInWithPresentingViewControllerCompletion(this.topViewController, (result, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:180:4 - error TS2304: Cannot find name 'GIDSignIn'.
180 GIDSignIn.sharedInstance.restorePreviousSignInWithCompletion((user, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:192:4 - error TS2304: Cannot find name 'GIDSignIn'.
192 GIDSignIn.sharedInstance.signOut();
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:199:17 - error TS2304: Cannot find name 'GIDSignIn'.
199 const user = GIDSignIn.sharedInstance?.currentUser;
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:268:10 - error TS2304: Cannot find name 'GIDSignInButton'.
268 return GIDSignInButton.new();
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:283:21 - error TS2304: Cannot find name 'GIDSignInButton'.
283 const nativeView: GIDSignInButton = this.nativeView;
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:286:30 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
286 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeDark;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:289:30 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
289 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeLight;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:295:32 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
295 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeDark;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:298:32 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
298 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeLight;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:306:21 - error TS2304: Cannot find name 'GIDSignInButton'.
306 const nativeView: GIDSignInButton = this.nativeView;
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:309:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
309 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleWide;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:312:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
312 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleIconOnly;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:315:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
315 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleStandard;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/google-mobile-ads/index.ts:2:16 - error TS2307: Cannot find module '@nativescript/google-mobile-ads' or its corresponding type declarations.
2 import {} from '@nativescript/google-mobile-ads';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/haptics/index.ts:2:84 - error TS2307: Cannot find module '@nativescript/haptics' or its corresponding type declarations.
2 import { Haptics, HapticsFallback, HapticNotificationType, HapticImpactType } from '@nativescript/haptics';
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/keyboard-toolbar/index.ts:5:16 - error TS2307: Cannot find module '@nativescript/keyboard-toolbar' or its corresponding type declarations.
5 import {} from '@nativescript/keyboard-toolbar';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/secure-storage/index.ts:2:31 - error TS2307: Cannot find module '@nativescript/secure-storage' or its corresponding type declarations.
2 import { SecureStorage } from '@nativescript/secure-storage';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/app-routing.module.ts:33:105 - error TS2551: Property 'IosSecurityModule' does not exist on type 'typeof import("/Users/ralph.krausse/git/plugins/apps/demo-angular/src/plugin-demos/ios-security.module")'. Did you mean 'IOSSecurityModule'?
33 { path: 'ios-security', loadChildren: () => import('./plugin-demos/ios-security.module').then((m) => m.IosSecurityModule) },
~~~~~~~~~~~~~~~~~
src/plugin-demos/ios-security.module.ts:10:14
10 export class IOSSecurityModule {}
~~~~~~~~~~~~~~~~~
'IOSSecurityModule' is declared here.
ERROR in src/app.module.ts:10:17 - error NG6008: Component AppComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
10 declarations: [AppComponent, HomeComponent],
~~~~~~~~~~~~
ERROR in src/app.module.ts:10:31 - error NG6008: Component HomeComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
10 declarations: [AppComponent, HomeComponent],
~~~~~~~~~~~~~
ERROR in src/plugin-demos/animated-circle.module.ts:8:17 - error NG6008: Component AnimatedCircleComponent is standalone,
and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [AnimatedCircleComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/appavailability.module.ts:7:17 - error NG6008: Component AppavailabilityComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [AppavailabilityComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/apple-sign-in.module.ts:7:18 - error NG6008: Component AppleSignInComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [AppleSignInComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/auto-fit-text.module.ts:8:17 - error NG6008: Component AutoFitTextComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [AutoFitTextComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/background-http.module.ts:7:17 - error NG6008: Component BackgroundHttpComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BackgroundHttpComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/biometrics.module.ts:7:17 - error NG6008: Component BiometricsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BiometricsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/brightness.module.ts:7:17 - error NG6008: Component BrightnessComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BrightnessComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/camera.module.ts:7:17 - error NG6008: Component CameraComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [CameraComponent],
~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/contacts.module.ts:7:18 - error NG6008: Component ContactsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ContactsComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/datetimepicker.module.ts:8:17 - error NG6008: Component DatetimepickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [DatetimepickerComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/debug-android.module.ts:7:17 - error NG6008: Component DebugAndroidComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DebugAndroidComponent],
~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/debug-ios.module.ts:7:17 - error NG6008: Component DebugIosComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DebugIosComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/detox.module.ts:7:17 - error NG6008: Component DetoxComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DetoxComponent],
~~~~~~~~~~~~~~
ERROR in src/plugin-demos/directions.module.ts:16:17 - error NG6008: Component DirectionsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
16 declarations: [DirectionsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/email.module.ts:7:17 - error NG6008: Component EmailComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [EmailComponent],
~~~~~~~~~~~~~~
ERROR in src/plugin-demos/facebook.module.ts:7:18 - error NG6008: Component FacebookComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [FacebookComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/fingerprint-auth.module.ts:7:17 - error NG6008: Component FingerprintAuthComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [FingerprintAuthComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/geolocation.module.ts:7:17 - error NG6008: Component GeolocationComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GeolocationComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-maps.module.ts:7:18 - error NG6008: Component GoogleMapsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleMapsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-mobile-ads.module.ts:7:17 - error NG6008: Component GoogleMobileAdsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleMobileAdsComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-signin.module.ts:7:18 - error NG6008: Component GoogleSigninComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleSigninComponent],
~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/haptics.module.ts:7:17 - error NG6008: Component HapticsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [HapticsComponent],
~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/imagepicker.module.ts:7:17 - error NG6008: Component ImagepickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ImagepickerComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/ios-security.module.ts:7:17 - error
NG6008: Component IOSSecurityComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [IOSSecurityComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/iqkeyboardmanager.module.ts:7:17 - error NG6008: Component IqkeyboardmanagerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [IqkeyboardmanagerComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/keyboard-toolbar.component.ts:15:21 - error TS2554: Expected 1 arguments, but got 0.
15 this.demoShared = new DemoSharedKeyboardToolbar();
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../tools/demo/keyboard-toolbar/index.ts:26:14
26 constructor(private page: Page) {
~~~~~~~~~~~~~~~~~~
An argument for 'page' was not provided.
ERROR in src/plugin-demos/keyboard-toolbar.module.ts:7:17 - error NG6008: Component KeyboardToolbarComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [KeyboardToolbarComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/local-notifications.module.ts:8:17 - error NG6008: Component LocalNotificationsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [LocalNotificationsComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/localize.module.ts:8:17 - error NG6008: Component LocalizeComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [LocalizeComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/pdf.module.ts:8:17 - error NG6008: Component PdfComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [PdfComponent],
~~~~~~~~~~~~
ERROR in src/plugin-demos/picker.module.ts:8:17 - error NG6008: Component PickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [PickerComponent],
~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/secure-storage.module.ts:7:17 - error NG6008: Component SecureStorageComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SecureStorageComponent],
~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/shared-notification-delegate.module.ts:7:17 - error NG6008: Component SharedNotificationDelegateComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SharedNotificationDelegateComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/social-share.module.ts:7:17 - error NG6008: Component SocialShareComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SocialShareComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/theme-switcher.module.ts:7:17 - error NG6008: Component ThemeSwitcherComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ThemeSwitcherComponent],
~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/twitter.module.ts:7:18 - error NG6008: Component TwitterComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [TwitterComponent],
~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/zip.module.ts:7:17 - error NG6008: Component ZipComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ZipComponent],
~~~~~~~~~~~~
webpack 5.99.9 compiled with 68 errors and 4 warnings in 6689 ms
Webpack compilation complete. Watching for file changes.
File change detected. Starting incremental webpack compilation...
assets by status 36.4 MiB [cached] 46 assets
Entrypoint bundle 20.1 MiB = runtime.js 12.4 KiB vendor.js 20 MiB bundle.js 75 KiB
Entrypoint tns_modules/inspector_modules 20 MiB = runtime.js 12.4 KiB vendor.js 20 MiB tns_modules/inspector_modules.js 1.25 KiB
cached modules 6.71 MiB (javascript) 2.72 KiB (runtime) [cached] 791 modules
./src/app.css 9.88 KiB [built]
WARNING in ../../tools/demo/theme-switcher/themes/default.scss (../../dist/packages/theme-switcher/theme-loader.js!../../tools/demo/theme-switcher/themes/default.scss)
Module Warning (from ../../node_modules/@nativescript/webpack/node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
@ ../../tools/demo/theme-switcher/index.ts 10:21-65
@ ../../tools/demo/index.ts 35:0-33 35:0-33
@ ./src/plugin-demos/zip.component.ts 2:0-45 10:30-43
@ ./src/plugin-demos/zip.module.ts 9:0-47 14:102-114 15:23-35
@ ./src/app-routing.module.ts 43:39-74
@ ./src/app.module.ts 10:0-56 19:38-54
@ ./src/main.ts 4:0-41 6:69-78
WARNING in ../../tools/demo/theme-switcher/themes/green.scss (../../dist/packages/theme-switcher/theme-loader.js!../../tools/demo/theme-switcher/themes/green.scss)
Module Warning (from ../../node_modules/@nativescript/webpack/node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
@ ../../tools/demo/theme-switcher/index.ts 14:19-61
@ ../../tools/demo/index.ts 35:0-33 35:0-33
@ ./src/plugin-demos/zip.component.ts 2:0-45 10:30-43
@ ./src/plugin-demos/zip.module.ts 9:0-47 14:102-114 15:23-35
@ ./src/app-routing.module.ts 43:39-74
@ ./src/app.module.ts 10:0-56 19:38-54
@ ./src/main.ts 4:0-41 6:69-78
WARNING in ../../tools/demo/theme-switcher/themes/red.scss (../../dist/packages/theme-switcher/theme-loader.js!../../tools/demo/theme-switcher/themes/red.scss)
Module Warning (from ../../node_modules/@nativescript/webpack/node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
@ ../../tools/demo/theme-switcher/index.ts 12:17-57
@ ../../tools/demo/index.ts 35:0-33 35:0-33
@ ./src/plugin-demos/zip.component.ts 2:0-45 10:30-43
@ ./src/plugin-demos/zip.module.ts 9:0-47 14:102-114 15:23-35
@ ./src/app-routing.module.ts 43:39-74
@ ./src/app.module.ts 10:0-56 19:38-54
@ ./src/main.ts 4:0-41 6:69-78
ERROR in ../../packages/google-signin/index.ios.ts:18:19 - error TS2304: Cannot find name 'GIDGoogleUser'.
18 private _native: GIDGoogleUser;
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:21:26 - error TS2304: Cannot find name 'GIDGoogleUser'.
21 static fromNative(user: GIDGoogleUser) {
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:22:23 - error TS2304: Cannot find name 'GIDGoogleUser'.
22 if (user instanceof GIDGoogleUser) {
~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:84:4 - error TS2304: Cannot find name 'GIDSignIn'.
84 GIDSignIn.sharedInstance.signInWithPresentingViewControllerHintAdditionalScopesCompletion(GoogleSignin.topViewController, 'Requesting additional scopes', scopes, (result, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:105:24 - error TS2552: Cannot find name 'GIDConfiguration'. Did you mean 'Configuration'?
105 static _nativeConfig: GIDConfiguration;
~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:139:19 - error TS2304: Cannot find name 'GIDConfiguration'.
139 const config = GIDConfiguration.alloc().initWithClientIDServerClientIDHostedDomainOpenIDRealm(clientId, serverClientId, configuration.hostedDomain || null, configuration['openIDRealm'] || null);
~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:141:4 - error TS2304: Cannot find name 'GIDSignIn'.
141 GIDSignIn.sharedInstance.configuration = config;
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:147:26 - error TS2304: Cannot find name 'GIDSignIn'.
147 return User.fromNative(GIDSignIn.sharedInstance?.currentUser);
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:151:10 - error TS2304: Cannot find name 'GIDSignIn'.
151 return GIDSignIn.sharedInstance.hasPreviousSignIn();
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:156:4 - error TS2304: Cannot find name 'GIDSignIn'.
156 GIDSignIn.sharedInstance.disconnectWithCompletion((error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:168:4 - error TS2304: Cannot find name 'GIDSignIn'.
168 GIDSignIn.sharedInstance.signInWithPresentingViewControllerCompletion(this.topViewController, (result, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:180:4 - error TS2304: Cannot find name 'GIDSignIn'.
180 GIDSignIn.sharedInstance.restorePreviousSignInWithCompletion((user, error) => {
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:192:4 - error TS2304: Cannot find name 'GIDSignIn'.
192 GIDSignIn.sharedInstance.signOut();
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:199:17 - error TS2304: Cannot find name 'GIDSignIn'.
199 const user = GIDSignIn.sharedInstance?.currentUser;
~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:268:10 - error TS2304: Cannot find name 'GIDSignInButton'.
268 return GIDSignInButton.new();
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:283:21 - error TS2304: Cannot find name 'GIDSignInButton'.
283 const nativeView: GIDSignInButton = this.nativeView;
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:286:30 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
286 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeDark;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:289:30 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
289 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeLight;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:295:32 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
295 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeDark;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:298:32 - error TS2304: Cannot find name 'GIDSignInButtonColorScheme'.
298 nativeView.colorScheme = GIDSignInButtonColorScheme.kGIDSignInButtonColorSchemeLight;
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:306:21 - error TS2304: Cannot find name 'GIDSignInButton'.
306 const nativeView: GIDSignInButton = this.nativeView;
~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:309:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
309 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleWide;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:312:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
312 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleIconOnly;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../packages/google-signin/index.ios.ts:315:24 - error TS2304: Cannot find name 'GIDSignInButtonStyle'.
315 nativeView.style = GIDSignInButtonStyle.kGIDSignInButtonStyleStandard;
~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/google-mobile-ads/index.ts:2:16 - error TS2307: Cannot find module '@nativescript/google-mobile-ads' or its corresponding type declarations.
2 import {} from '@nativescript/google-mobile-ads';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/haptics/index.ts:2:84 - error TS2307: Cannot find module '@nativescript/haptics' or its corresponding type declarations.
2 import { Haptics, HapticsFallback, HapticNotificationType, HapticImpactType } from '@nativescript/haptics';
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/keyboard-toolbar/index.ts:5:16 - error TS2307: Cannot find module '@nativescript/keyboard-toolbar' or its corresponding type declarations.
5 import {} from '@nativescript/keyboard-toolbar';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in ../../tools/demo/secure-storage/index.ts:2:31 - error TS2307: Cannot find module '@nativescript/secure-storage' or its corresponding type declarations.
2 import { SecureStorage } from '@nativescript/secure-storage';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/app-routing.module.ts:33:105 - error TS2551: Property 'IosSecurityModule' does not exist on type 'typeof import("/Users/ralph.krausse/git/plugins/apps/demo-angular/src/plugin-demos/ios-security.module")'. Did you mean 'IOSSecurityModule'?
33 { path: 'ios-security', loadChildren: () => import('./plugin-demos/ios-security.module').then((m) => m.IosSecurityModule) },
~~~~~~~~~~~~~~~~~
src/plugin-demos/ios-security.module.ts:10:14
10 export class IOSSecurityModule {}
~~~~~~~~~~~~~~~~~
'IOSSecurityModule' is declared here.
ERROR in src/app.module.ts:10:17 - error NG6008: Component AppComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
10 declarations: [AppComponent, HomeComponent],
~~~~~~~~~~~~
ERROR in src/app.module.ts:10:31 - error NG6008: Component HomeComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
10 declarations: [AppComponent, HomeComponent],
~~~~~~~~~~~~~
ERROR in src/plugin-demos/animated-circle.module.ts:8:17 - error NG6008: Component AnimatedCircleComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [AnimatedCircleComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/appavailability.module.ts:7:17 - error NG6008: Component AppavailabilityComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [AppavailabilityComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/apple-sign-in.module.ts:7:18 - error NG6008: Component AppleSignInComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [AppleSignInComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/auto-fit-text.module.ts:8:17 - error NG6008: Component AutoFitTextComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [AutoFitTextComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/background-http.module.ts:7:17 - error NG6008: Component BackgroundHttpComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BackgroundHttpComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/biometrics.module.ts:7:17 - error NG6008: Component BiometricsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BiometricsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/brightness.module.ts:7:17 - error NG6008: Component BrightnessComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [BrightnessComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/camera.module.ts:7:17 - error NG6008: Component CameraComponent is standalone, and
cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [CameraComponent],
~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/contacts.module.ts:7:18 - error NG6008: Component ContactsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ContactsComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/datetimepicker.module.ts:8:17 - error NG6008: Component DatetimepickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [DatetimepickerComponent],
~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/debug-android.module.ts:7:17 - error NG6008: Component DebugAndroidComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DebugAndroidComponent],
~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/debug-ios.module.ts:7:17 - error NG6008: Component DebugIosComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DebugIosComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/detox.module.ts:7:17 - error NG6008: Component DetoxComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [DetoxComponent],
~~~~~~~~~~~~~~
ERROR in src/plugin-demos/directions.module.ts:16:17 - error NG6008: Component DirectionsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
16 declarations: [DirectionsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/email.module.ts:7:17 - error NG6008: Component EmailComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [EmailComponent],
~~~~~~~~~~~~~~
ERROR in src/plugin-demos/facebook.module.ts:7:18 - error NG6008: Component FacebookComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [FacebookComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/fingerprint-auth.module.ts:7:17 - error NG6008: Component FingerprintAuthComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [FingerprintAuthComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/geolocation.module.ts:7:17 - error NG6008: Component GeolocationComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GeolocationComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-maps.module.ts:7:18 - error NG6008: Component GoogleMapsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleMapsComponent],
~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-mobile-ads.module.ts:7:17 - error NG6008: Component GoogleMobileAdsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleMobileAdsComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/google-signin.module.ts:7:18 - error NG6008: Component GoogleSigninComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [GoogleSigninComponent],
~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/haptics.module.ts:7:17 - error NG6008: Component HapticsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [HapticsComponent],
~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/imagepicker.module.ts:7:17 - error NG6008: Component ImagepickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ImagepickerComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/ios-security.module.ts:7:17 - error NG6008: Component IOSSecurityComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [IOSSecurityComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/iqkeyboardmanager.module.ts:7:17 - error NG6008: Component IqkeyboardmanagerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [IqkeyboardmanagerComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/keyboard-toolbar.component.ts:15:21 - error TS2554: Expected 1 arguments, but got 0.
15 this.demoShared = new DemoSharedKeyboardToolbar();
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../tools/demo/keyboard-toolbar/index.ts:26:14
26 constructor(private page: Page) {
~~~~~~~~~~~~~~~~~~
An argument for 'page' was not provided.
ERROR in src/plugin-demos/keyboard-toolbar.module.ts:7:17 - error NG6008: Component KeyboardToolbarComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [KeyboardToolbarComponent],
~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/local-notifications.module.ts:8:17 - error NG6008: Component LocalNotificationsComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [LocalNotificationsComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/localize.module.ts:8:17 - error NG6008: Component LocalizeComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [LocalizeComponent],
~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/pdf.module.ts:8:17 - error NG6008: Component PdfComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations
: [PdfComponent],
~~~~~~~~~~~~
ERROR in src/plugin-demos/picker.module.ts:8:17 - error NG6008: Component PickerComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
8 declarations: [PickerComponent],
~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/secure-storage.module.ts:7:17 - error NG6008: Component SecureStorageComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SecureStorageComponent],
~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/shared-notification-delegate.module.ts:7:17 - error NG6008: Component SharedNotificationDelegateComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SharedNotificationDelegateComponent],
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/social-share.module.ts:7:17 - error NG6008: Component SocialShareComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [SocialShareComponent],
~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/theme-switcher.module.ts:7:17 - error NG6008: Component ThemeSwitcherComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ThemeSwitcherComponent],
~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/twitter.module.ts:7:18 - error NG6008: Component TwitterComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [TwitterComponent],
~~~~~~~~~~~~~~~~
ERROR in src/plugin-demos/zip.module.ts:7:17 - error NG6008: Component ZipComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
7 declarations: [ZipComponent],
~~~~~~~~~~~~
webpack 5.99.9 compiled with 68 errors and 3 warnings in 310 ms
The text was updated successfully, but these errors were encountered: