Shyam Chen

Results 20 issues of Shyam Chen

https://www.apollographql.com/docs/angular/

priority: high

priority: high

priority: high
upstream

https://github.com/ngx-translate/core

priority: high

### References: * [Workbox](https://github.com/GoogleChrome/workbox)

priority: high

enhancement

### Features: * [ ] Modular * [ ] Tree

### UI Component Libraries: * Material Design

```js // mutations.js // @flow import { ICounter } from './constants'; export default { increment(state: ICounter): void { state.value += 1; }, decrement(state: ICounter): void { state.value -= 1; },...