Will Tinsdeall
Will Tinsdeall
Also Angular 9.0.7/Augury 1.25.2/OS Win10
Further notes: this is when using https://www.npmjs.com/package/ngx-bootstrap-icons. It uses svg icons. backend.js:15214 ng.getDirectives(t) throws this error, when being passed the SVG element
I wonder if it would be possible to use Angular and Module Fedoration... I've started a branch to try put angular into OctoPrint. It's a mess, and it is not...
Hi @jneilliii This commit adds a simple plugin manager. It allows for plugins to have an Angular Module which is dynamically loaded into the main interface. As I say, a...
Hi @foosel Thanks for taking the time to reply in depth. Certainly understand your reasoning above. In fact, I was using the OctoPrint project purely to trial out Module Fedoration...
I am experiencing this same problem too. All demos are broken in Chrome 21.
Agreed, I think I am experiencing this issue. Edit: Changes in signals do not seem to update the component, even with wrapper.fixture.detectChanges() ``` cy.mount(LoginComponent, { imports: [], providers: [] }).then((wrapper)...
I had some success with adding `ConvertsNulls`... I'm writing this a little confused, because if it it really was that simple, surely someone else would be doing it and this...
I've tested this. Looks great!