ngrx
Here are 826 public repositories matching this topic...
Background
I decided to test my effects without using the Angular TestBed because this should be faster then using the entire TestBed when I only want to test the effect in isolation (https://ngrx.io/guide/effects/testing#setup-without-testbed). I am using Jest as test runner.
Repro-Steps
Consider this simplified, generic approach I used.
it('should get data-
Updated
Oct 23, 2018
Description
I'm on 3.5.1 and it seems that things are still initialized before APP_INITIALIZER.
Not sure if I'm missing something or if I don't completely understand what this issue's resolution should be?
This is my use case:
I need to initialize Ngxs through a library module that either is imported or not in the apps (monorepo structure)
And I couldn’t find a way to initialize it pr
Hello everyone. This is a great project. I entered selling points of this project and I made the following comparison of a few projects to show how they differ. If you have any corrections to make you can do so by commenting in the spreadsheet from which this is generated. If you are wonderin
Is your feature request related to a problem? Please describe.
Sometimes I have related models and I mention them in descriptions. This occurs fairly frequently when I have related models.
For example, I might have a separate Account and Profile types, and the description for Profile might be something like
Public-facing information about an `Account`.
It'd be awesome f
It would be great to migrate tests to use new Angular Material Component Test Harness in the unit tests.
The migration should be mostly mechanical as it's basically replacing ad-hoc selectors with the selectors provided by the @angular/cdk.
Test can be run in watch mode using npm run watch...
Add native Expo Google API integration for login as a module next to WebBrowser implementation, e.g. auth/expo-google next to auth/google
Relevant docs:
https://docs.expo.io/versions/v31.0.0/sdk/google
npm ERR! code ELOCKVERIFY
npm ERR! Errors were found in your package-lock.json, run npm install to fix them.
npm ERR! Missing: expo@~37.0.3
npm ERR! Missing: react@~16.9.0
npm ERR! Missing: react-dom@~16.9.0
npm ERR! Missing: react-native@https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz
npm ERR! Missing: react-native-web@~0.11.7
npm ERR! Missing: babe
-
Updated
Jul 31, 2017 - TypeScript
Documentation help
Open call to our awesome community to help create documentation. If interested please work with us here and extend the existing docs for the scenarios you need.
-
Updated
Dec 28, 2019 - TypeScript
-
Updated
May 23, 2020 - TypeScript
I'm submitting a ...
[ * ] Documentation issue or request
Current behavior
I have added a new language to the languages list. Change in language's combo is Ok and works. The problem is that i want to set a new language as default.
I did this in config.local.json but default language is not set on application start. Is there another changes that i should make to hav
This is a...
- [ X]
🐞 Bug Report -
🚀 Feature Request -
📜 Documentation Request
Note: for support questions, please use stackoverflow with the redux-beacon tag. This repository's issues are reserved for feature requests and bug reports.
Which version of Redux Beacon are you using?
-
Updated
Apr 22, 2019
Use material UI instead of bootstrap
https://material.angular.io/components/categories
-
use dark theme with blue colors
-
use mat-card for contact list
-
Reduce margins between lateral border
-
use placeholders in forms
-
use FAB button to ADD
-
remove back button
-
use logo and title as routes to home
-
Updated
Jan 9, 2018 - TypeScript
README and article samples are looking like we can mutate state object directly and don't have to return anything from the reducer function. It doesn't seem to work...
If I do something like:
@Action(LoadAction)
public load(state: IState, action: LoadAction) {
state.isLoading: true,
state.isLoaded: false,
state.hasError: false,
state.error: null
}
-
Updated
Mar 22, 2020 - TypeScript
At first, thanks for all the work. I'm using this project excessively and like it a lot.
But there is one thing that I think is a bit weird with boxed values. There is a deepEqual check to make sure a boxed value is kinda the same after serialization and deserialization. But it currently complains about undefined values, which are not that bad.
Accessing an undefined value after serialization
-
Updated
May 26, 2020 - TypeScript
Add missing items
There are a few things that we still need to add. In particular, it's the following items:
- use latest version of everything (General)
- category for Testing
- use cypress for integration and e2e tests (opinionated but we can mark it as optional in the UI, goes into Testing)
- only manipulate the DOM via the Renderer (Components)
- wrap globals in services
- use v
This should fail because otherNum is not part of the State interface:
interface State {
num: number
}
export const initialState: State = {
num: 0
};
export const appsReducer = createReducer(initialState, handleAction => [
handleAction(actions.getApps.success, () => ({
num: 0,
otherNum: 0 // adding this property should trigger a warning
})),
]);Improve this page
Add a description, image, and links to the ngrx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ngrx topic, visit your repo's landing page and select "manage topics."
Motivation
Hello everyone, I'm opening this issue because I'd like to improve the documentation on this feature that I found actually amazing for testing my firestore-triggered (and http-triggered) cloud functions locally, adding breakpoints.
I want to share it because I was struggling for many days in order to debug my cloud functions locally, and maybe improving documentation can be a be