Posts by Herton Vilarim • 33 points
3 posts
-
0
votes1
answer123
viewsQ: Problem with JOIN in Laravel
I have a little problem when performing a Join. Basically I had made this code and it was working, but I had the need to change the primary key of the table 'products' to 'code'. After that, even…
-
2
votes2
answers3915
viewsA: ERROR Typeerror: Cannot read Property 'push' of null
I managed to solve, added in the service constructor the initialization of the list this.items = db.list('/projects'); constructor(private db: AngularFireDatabase) { this.items =…
-
1
votes2
answers3915
viewsQ: ERROR Typeerror: Cannot read Property 'push' of null
I am trying to push to a list and the following error is occurring: ERROR TypeError: Cannot read property 'push' of null at…