Emil Sundin

Results 44 comments of Emil Sundin

@mamoruuu What is `d` supposed to be? > ```javascript > this._check = typeof value !== 'undefined' && value !== d > ```

@dman777 The related request #8968 has been open for 4 years 😅 The proposal was rejected for the cdk in favor of implementing it here on the framework level, but...

Since the above linked issue was closed we can track the progress here https://github.com/orgs/angular/projects/2

If you intend to use this only for pdf then maybe you could base64 encode the font and load it via url.

Is the NgZorro major version usually matched against which major Angular version is supported? Is the current NgZorro 14 beta intended to work with Angular 14?

Now there is a v14.0.0 release! https://github.com/NG-ZORRO/ng-zorro-antd/releases/tag/14.0.0

We have automatic PRs created via a pipeline and this is kinda blocking our flow. It doesn't seem supported by the REST api yet either. https://docs.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests/create?view=azure-devops-rest-6.1 Seems to be tracked...

I use scoop to manage PowerShell modules, would be nice to have official support on macOS to support the same installer.

> `Should -HaveParameter -Mandatory:$false` Supporting this would enable the following structure for -ForEach tests: ```powershell It 'Has parameter ' -TestCases @( @{ Name = 'Foo'; Mandatory = $true } @{...