joschne

Results 4 issues of joschne

## Steps to reproduce Create new lb4 app, then: Create model Foo ``` @model() export class Foo { @property() name?: string; @property({type: Bar}) bar?: Bar; constructor(data?: Partial) { } }...

bug

Hi! i was trying to use .of(namespace) but I could not figure out how to use it. When I injected Socket in my Angular Service and called .of('myNamespace') on the...

#### What type of pull request are you creating? - [x ] Bug Fix - [ ] Enhancement - [ ] Documentation #### How many unit test did you write...

Hi! I'm considering happy-dom for server-side rendering of web components. The [server-sider rendering example of the readme](https://github.com/capricorn86/happy-dom/tree/master/packages/happy-dom#server-side-rendering-of-web-components) defines a customElement (web component) directly in the script that is then parsed...