✅ Daniel Danielecki

Results 55 comments of ✅ Daniel Danielecki

This problem still exists as of today

@NIRVANA101 @MNF feel free to create a PR if you create so.

@kamilmysliwiec it means that there's nothing we can do to make `applyDomino` work again as of `Angular 9` and above due to the introduction of CLI Builders to build &...

@kamilmysliwiec might you submit an issue with a link to that one? I'm pretty sure you know more in-depth on how `Angular` has changed since `Angular 8` and could explain...

@kamilmysliwiec I've found that [someone has updated](https://github.com/Ismaestro/angular9-example-app/commit/226603fc2fb6545d0955736cf9d4310f38debe8f) `Angular 8` to `Angular 9` and indeed the [domino was implemented](https://github.com/Ismaestro/angular9-example-app/commit/226603fc2fb6545d0955736cf9d4310f38debe8f#diff-1ba718c1eb8aa39cd20c2562d92523068c734d75f54655e97d652b992d9b4259R23-R49), even though in my using `NestJS` app couldn't make it work. Any...

I've fixed it by using raw `domino` in my `main.ts`, do take a look into [#830 (comment)](https://github.com/angular/universal/issues/830#issuecomment-770369651). However, it doesn't change the fact that `applyDomino` has stopped working. **Edit: the...

> > facing the same issue, anyone has a solution to this issue then let me know. > > thank you > > https://github.com/SaeedSpate/ngx-gallery-9 Worked out, thanks!

Answer posted by @kopertop worked out, this issue should've been closed.

+1, some kind of unit tests would be needed. In addition to that, the `` breaks all unit tests, and it's not possible to register the component, as the other...