Hasan-git
Hasan-git
I am getting **model.getFullYear is not a function** error when I set . **js:** $scope.date= moment(); Html: < input date-time format="yyyy-MM-dd" min-view="date" name="date" value="" class="form-control" ng-model="date" >
Hello, input tabindex tag is always set to 0
I need a way to specify the score result if it fit a minimum, I found that thresh_include not convenient in general, where it depends input length. I think I...
Localforage returns no available storage method found on safari 12 and [email protected] . Actually, Indexeddb driver is must for me, so localStorage its not my option ``` this.filesQueueStore = localforage.createInstance({...
Could you provide a way to export the queries in typescript files ? Like => ``` import gql from 'graphql-tag'; export const ADD_TASK = gql` mutation createTask($description: String!, $title: String!,...
first of all thank you for your great work! I used 'gqlg' since it was v1.0.5 and every think was ok. A couple days ago I have updated 'gqlg' to...
Hello , I need a way to add directives to query like @ connection directive Example : query Feed($type: FeedType!, $offset: Int, $limit: Int) { feed(type: $type, offset: $offset, limit:...
First, thank you for your effort, it looks promising. > Warning: This is NOT a complete reimplementation of Automapper. Are you planning to reimplement most of Automapper C# features? Can...