Mateus Carniatto

Results 9 issues of Mateus Carniatto

Trying to use bardjs on my ionic project, when I run the tests I get: ReferenceError: Can't find variable: getinjectargs at /Users/mcarniatto/Dev/xmobile/www/lib/bardjs/dist/bard.js:291

The highlighted code when clicking on an error is hard to see: I also recorded a small screencast: https://www.dropbox.com/s/ymcpuojymhr80sj/AuthorSettings.mov?dl=0

bug
enhancement
Stable
high

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/ngxs/store/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have...

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...

domain: plugins
priority: medium
type: feature

### Relevant Package This feature request is for @ngxs/store ### Description Provide state slices as selectors out-of-the-box ### Describe the problem you are trying to solve Please describe the problem....

### Relevant Package This feature request is for @ngxs/store ### Description Provide an API that allows binding a stream of actions to NGXS. ### Describe the problem you are trying...

# Actual does not load the chart at all ![image](https://user-images.githubusercontent.com/1366831/80608704-d2a7b380-8a3f-11ea-9d71-ae04719e3017.png) # Expected renders taking the whole size of the container if the container has a fixed height # Reproduction https://codesandbox.io/s/apx-stepline-yz53v?file=/src/app/app.component.ts

I was trying to make the 'Search' text to be translated using **angular-translate** but with the **Ionic-filter-bar** is only possible to change the placeholder text in the app.config() phase (requires...

I'd like to ask how would be the best pattern to unit testing a controller that receives a injection via route resolve. The way I'doing right now: ``` javascript beforeEach(module(function($provide)...