Skip to content

ionic 4 dependencies fix #166

Description

@RELAXccc

Hi,
to get it working with Ionic 4 i had to manually install rxjs and edit
the Import statements of index.js to:

import { Component, EventEmitter, HostListener, Injectable, Input, NgModule, Output, Pipe, ViewChild } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule, NG_VALUE_ACCESSOR } from '@angular/forms';
import { noop as noop$1 } from 'rxjs/util/noop.d.ts';
import { Observable, Subject } from 'rxjs';
import { IonicModule } from '@ionic/angular';

greetings

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions