Jonas Möller

Results 7 comments of Jonas Möller

This is a working example, where you can pass data via Input, note the "context." in front of the passed variables. **app.component.ts** ``` import { Component } from '@angular/core'; @Component({...

At least, it's supposed to do it

Unfortunately, there have been breaking changes in #24 Removing the "context."-references should do the trick :)

See #14 Just replace _DynamicComponent_ with the _HelloWorldComponent_. I'm not sure if you run into problems, if your ComponentOutlet-Selector and DynamicComponent-Selector are identical. Just to be safe replace `` with...

Sorry, the repository was still set to "private". It should be public now. I am referencing Section 7 "Strings" from (https://datatracker.ietf.org/doc/html/rfc8259): > All Unicode characters may be placed within the...

Hi, sorry for the late reply. Unfortunately, I am not that familiar with the code base, so I think it would be better, if you implemented the necessary changes.

Unfortunately, I am not familiar with the way GEMM is implemented. From a developer perspective, I expected the rows to be independent from each other when doing matrix multiplication and...