-
### Version info
**Angular:** 15.1
**Firebase:** 9.8.0
**AngularFire:** 7.5.0
**Universal/ExpressEnginge:** 15.1
### How to reproduce these conditions
I cannot use AngularF…
-
I have recently upgraded the formio to the latest version and I realized this weird behavior at **select** component. There will always be an empty item above all the specified items as populated from…
-
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Description
The …
-
Please find attached error screenshot after upgrading geofirex from v 0.6.0 to 0.1.0
"firebase": "^7.6.0",
"firebaseui": "^4.3.0",
"geofirex": "0.1.0",
Downgraded for now for the a…
-
#### Documentation Feedback
The Angular Material Getting Started Guide is being re-written in https://github.com/angular/components/issues/16426.
It seems like a separate "Getting Started with t…
-
## Version **5.4.1** of **protractor** was just published.
Branch
Build failing 🚨
Dependency
protractor
Cur…
-
Still: The "@angular/compiler-cli" package was not properly installed; After doing the recommended trick:
```bash
npm uninstall --save-dev angular-cli
npm install --save-dev @angular/cli@latest
``…
-
I am trying to integrate this package into the electron app.
**Node: v14.18.2
iohook: ^0.9.3
electron: 16.0.0
Ihook configuration:**
```
"iohook": {
"targets": [
"electron-99"
…
-
## Improve Table Display of Datasets View
### Summary
When a user log into Scicat you see the view of the Datasets table with columns that are configured by the developer on the build of the fronte…
-
**Actual Behavior**:
- `What is the issue? *`
I want to be able to use $mdMedia to distinguish in the code when the page is going to be printed or not. I tried using ng-if with $mdMedia('print')…