-
### Version info
**Angular:**
17.0.9
**Firebase:**
10.7.1
**AngularFire:**
17.0.1
**Other (e.g. Ionic/Cordova, Node, browser, operating system):**
Windows
### How to reproduce t…
pdela updated
6 months ago
-
The `--skip-tests` flag for `ng new` didn't quite match my expectations as a developer.
### Versions
```
Angular CLI: 1.6.0-beta.0
Node: 8.4.0
OS: linux x64
Angular:
...
```
### Repro …
-
I am testing a login page, and after a successful login, I should be redirected to the dashboard page.
I am using the ng-routes module, not the angular-ui-router. My test for asserting this route chan…
-
### Describe the bug
If you run Storybook with Angular, and have a story that imports `RouterTestingModule` the story will throw the following js error:
```
beforeEach is not defined
Reference…
-
### Issue description or question
Testing Library has this convenience:
https://testing-library.com/docs/dom-testing-library/api-debugging/#screenlogtestingplaygroundurl
This opens the playgrou…
-
### Describe the bug
Our Team is currently migrating the PrimeNG-Version in our project from 15.4.1 to 17.3.1.
Almost all our tests, which validate components that use the `p-dropdown`, started …
-
Hi,
This issue is related to [this thread](https://github.com/timdeschryver/timdeschryver.dev/discussions/280#discussioncomment-8375433).
I'm writing a test for a form wizard using Angular Testi…
-
### Current Behavior
Right now if user hasn't specified entryFile in ng-package.json of secondary entry point `enforce-module-boundaries` throws an error:
```
Oops! Something went wrong! :(
ESLi…
-
### Command
test
### 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_
…
-
Hello. Thanks for making a great library.
I usually use this library with Angular, but when I set Angular to v15, it compiles fine with `ng serve`, but with `ng test` I get the following error.
``…