Chau Tran
Chau Tran
Awesome! How does this work with Structural Directives? (do they work? I'm not sure since Structural Directives aren't mentioned in the PR) ```ts @Component({ selector: 'some' hostDirectives: [ { directive:...
@crisbeto thank you for the response. I figured it'd be the case. In that case, should we update the PR description to call it out for Structural Directives? I guess...
The project doesn't have ESLint Boundary setup but most, if not all, libs already have tags defined so applying the boundary should be fairly straight-forward
@tomalaforge Hi, for shared UI components (containing static texts that need to be translated), we can store the translations for these Shared components in a JSON file under scope `common`...
@tomalaforge I don't have an example but it should be just a `ModuleWithProvider` where we would provide a new value for `TRANSLOCO_LOADER` from each application. Maybe some pseudo code ```ts...
I'll add docs about those "PassThrough" soon. Three.Vector3.toArray() is I guess the best method
You have an example? Events as in Raycaster events or DOM events?
@gmanojisaac can you give me an example of WebGPU? either in React Three Fiber or vanilla THREE.js? I'll find some time to convert it over to Angular Three
Let's keep this one open for now. I think it's still too early for implementing this in Angular Three, or any of the wrapper/renderer around THREE.js
Hi all, I've been pretty busy at work and some personal life stuffs. AngularThree is still being maintained but it's a little slow for now. Thank you.