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
Missing modules - Angular 7 ɵɵ added to defineInjectable and inject in /fesm5/ctrl-ngx-emoji-mart.js and /ngx-emoji/fesm5/ctrl-ngx-emoji-mart-ngx-emoji.js
#213
Closed
joshstallnick opened this issue
May 10, 2019
· 1 comment
package.json dependencies
Giving compile errors for imports and browser errors for implementation
/node_modules/@ctrl/fesm5/ctrl-ngx-emoji-mart.js
/node_modules/@ctrl/ngx-emoji/fesm5/ctrl-ngx-emoji-ngx-emoji.js
...
import { Input, Output, Component, ChangeDetectionStrategy, EventEmitter, ɵɵdefineInjectable, Injectable, ViewChild, ElementRef, ChangeDetectorRef, ɵɵinject, ViewChildren, QueryList, NgModule } from '@angular/core';
...
(127) > EmojiFrequentlyService.ngInjectableDef = ɵɵdefineInjectable({ factory: function EmojiFrequentlyService_Factory() { return new EmojiFrequentlyService(); }, token: EmojiFrequentlyService, providedIn: "root" });
...
(561) > EmojiSearch.ngInjectableDef = ɵɵdefineInjectable({ factory: function EmojiSearch_Factory() { return new EmojiSearch(ɵɵinject(EmojiService)); }, token: EmojiSearch, providedIn: "root" });
...
My current solution (not optimal) is just to go in and manually remove the ɵɵ.
Posting this in case others have the issue and if there is actually an error (otherwise I must have done something incorrectly.
The text was updated successfully, but these errors were encountered: