Posts by RexRod • 56 points
2 posts
-
3
votes2
answers65
viewsA: What term use 'date' or 'create_at'?
It depends on what you’re referring to. If you want to keep a creation date for record then I think it would be convenient to appoint to create_at (to maintain the adopted standard). Now if…
-
1
votes0
answers286
viewsQ: Error when testing GET method with Jasmine/Angular
I am trying to compare the type of method when there is a call with the api url. import { async, ComponentFixture, TestBed, getTestBed } from '@angular/core/testing'; import {…