Reactive Fox

Results 38 comments of Reactive Fox

Для начала нужно разделить систему на front-end, очереди и back-end. После можно добавить web-interface.

**Стоит ли вплетать во все комнаты ивентовые комнаты хэллоуина, или стоит сделать отдельный коридор?** 1. 👍 Вплетаем 2. 👎 Отдельный коридор.

**Стоит ли предметы хеллоуина делать рабочими только на время ивента?** 1. 👍 Да 2. 👎 Нет

@akserg Can you check the changes and publish the new version?

Thank you, I will look into this issue and fix it as soon as possible

@tiberiuzuld @Vladyslav-Hrossu, I apologize for the long answer. The new version is now available for use. Message to me if you have any problems.

Hello, thanks for interesting suggestion! Did you tried using Lazy Modules with Ivy Renderer API before? I think it can be more declaratively instead of using old View Engine. Do...

I'll close that issue because with Angular Ivy we can load components lazily. You can find out an example in [readme](https://github.com/IndigoSoft/ngxd/blob/master/README.md) or check out [that tweet](https://twitter.com/thekiba_io/status/1230076631722659841?s=20). Thanks!

Hello! Angular does not currently support outputs for asterisk syntax. Therefore, you can write differently, see the example below: ``` ```

Hello, @patrickcorrigan! If you want to use outputs binding you have to create that outputs in the component where you are using *ngxComponentOutlet. You can't create outputs dynamically. The best...