npm install --save @xtream/ionic-firebase-ngrx-user-management
npm install --save @ngrx/effects
npm install --save @ionic-native/google-plus
npm install --save @ionic-native/facebook
ionic serve
PS F:\Dev\> ionic serve
> ng.cmd run app:serve --host=localhost --port=8100
[ng] Warning: Entry point '@agm/js-marker-clusterer' contains deep imports into 'F:/Dev/node_modules/@agm/core/services/google-maps-types'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
[ng] Compiling @ngrx/store : es2015 as esm2015
[ng] Compiling @ngrx/store/testing : es2015 as esm2015
[ng] chunk {main} main.js, main.js.map (main) 1.97 kB [initial] [rendered]
[ng] chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 127 kB [initial] [rendered]
[ng] chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB [entry] [rendered]
[ng] chunk {styles} styles.js, styles.js.map (styles) 99.3 kB [initial] [rendered]
[ng] chunk {vendor} vendor.js, vendor.js.map (vendor) 340 kB [initial] [rendered]
**[ng] ERROR in node_modules/@xtream/ionic-firebase-ngrx-user-management/lib/effects/custom-email-handler.effects.d.ts:4:10 - error TS2440: Import declaration conflicts with local declaration of 'Action'.
[ng] 4 import { Action } from '@ngrx/store';**
[ng] ~~~~~~
[ng] Date: 2020-05-19T10:30:52.651Z - Hash: e867bfb4071014b28b21 - Time: 6132ms
Hi,
I've done the following:
But I get a conflicts:
Any idea what I did wrong?