Omar Habash

Results 18 comments of Omar Habash

How can i achieve this syntax in TS? `console.log('Error Msg'.red)`

I have the same problem did you ever find a solution? >.../node_modules/ng-snotify/index.js:1 >(function (exports, require, module, __filename, __dirname) { import { ChangeDetectionStrategy, Component, EventEmitter, Inject, Injectable, Input, NgModule, Output, Pipe,...

Well it works on angular maybe we can skip this module some how on the server. I’ll post the solution if it works

none of this works. this is going on 2 days. help!.... the only solution I am not sure I tried is `new webpack.ProvidePlugin({` because i dont know how it fits...

I have the same problem. The problem started when i was trying to fix another [problem](https://stackoverflow.com/questions/53577473/firebase-admin-throws-errors-when-building-server-npm-run-webpackserver) . My universal app kept failing during build but doing the following in `webpack.server.config.js`...

here is the start of what i came up with # html `` if you want to show downto `pro13` **and** exclude it => `` # in a global `.ts`...

I got around this by making sure to unsubscribe at the appropriate times. in my case it was ``` onRouteChange() { this._routeListener = this.router.events.subscribe((event) => ...); } ngOnDestroy() { this._routeListener.unsubscribe();...

There seems to be a resolve in here. however I dont know how to apply it to my `@angular/fire` env https://github.com/firebase/firebase-js-sdk/issues/5475#issuecomment-920211870

https://github.com/firebase/firebase-js-sdk/issues/5475#issuecomment-920211870 This seems to be the best lead however i have not figured out how to implement with `@angular/fire` We had to use scully. But I will get start debugging...