-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels