Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.
This repository was archived by the owner on May 4, 2022. It is now read-only.

{ navExitApp: boolean; }' is not assignable to parameter of type 'IonicConfig' #398

@ionitron-bot

Description

@ionitron-bot

Original issue by @abalad on 2018-09-04T01:26:12Z

Bug Report

Ionic Info
Run ionic info from a terminal/cmd prompt and paste the output below.

E:\Projetos\OTISEG\MOBILE>ionic serve
> ng run app:serve --host=0.0.0.0 --port=8100

[INFO] Development server running!

       Local: http://localhost:8100
       External: http://172.31.238.241:8100, http://10.0.75.1:8100, http://192.168.0.111:8100
       DevApp: otiseg@8100 on NOOT-MAICON

       Use Ctrl+C to quit this process

[INFO] Browser window opened to http://localhost:8100!

[ng] i 「wdm」: wait until bundle finished: /
[ng] Date: 2018-09-04T01:19:18.099Z
[ng] Hash: ffa81246ebb9feecc4b9
[ng] Time: 13156ms
[ng] chunk {main} main.js, main.js.map (main) 1.91 kB [initial] [rendered]
[ng] chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 671 bytes [initial] [rendered]
[ng] chunk {runtime} runtime.js, runtime.js.map (runtime) 5.22 kB [entry] [rendered]
[ng] chunk {styles} styles.js, styles.js.map (styles) 36.1 kB [initial] [rendered]
[ng] chunk {vendor} vendor.js, vendor.js.map (vendor) 326 kB [initial] [rendered]
[ng] ERROR in src/app/app.module.ts(31,5): error TS2345: Argument of type '{ navExitApp: boolean; }' is not assignable to parameter of type 'IonicConfig'.
[ng]   Object literal may only specify known properties, and 'navExitApp' does not exist in type 'IonicConfig'.
[ng] src/app/shared/services/feathers/services/socket.service.ts(6,27): error TS2307: Cannot find module '@feathersjs/socketio-client'.
[ng] src/app/shared/services/feathers/services/socket.service.ts(7,33): error TS2307: Cannot find module '@feathersjs/authentication-client'.
[ng] src/app/usuario/store/effects/usuario.effects.ts(22,11): error TS2345: Argument of type '{ content: string; duration: number; showBackdrop: true; }' is not assignable to parameter
of type 'LoadingOptions'.
[ng]   Object literal may only specify known properties, and 'content' does not exist in type 'LoadingOptions'.
[ng] i 「wdm」: Failed to compile.

Describe the Bug
A clear and concise description of what the bug is.

Steps to Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Related Code
If you are able to illustrate the bug with an example, please provide a sample application via an online code collaborator such as StackBlitz, or GitHub.

Expected Behavior
A clear and concise description of what you expected to happen.

Additional Context
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, screenshots, OS if applicable, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions