Posts by Kaya Ryuuna • 13 points
4 posts
-
1
votes1
answer94
viewsQ: Angular: Cannot link 'formGroup' as it is not a known form property
I’m making a small app, which takes a message typed in the form and records it on the console. I tried to import several items and found similar problems to mine on the internet but they did not…
-
0
votes0
answers154
viewsQ: Take data from HTML forms - Typescript
I have an API-web, in c#, that stores in the database received via Post, and I’m trying to make an interface in Angular, which has an HTML form, which should receive the title and the body of the…
-
0
votes0
answers31
viewsQ: Firebase: Rename events
I received from my company the work of implementing Firebase in our flutter app, studied firebase and found the Events page of Firebase Analytics, and saw that the events already "came with…
-
0
votes1
answer82
viewsQ: Footer covering other Scaffold widgets
I’m trying to make a very simple movie listing app, but when I did a footer, it was on top of the Scaffold widgets, covering some of them, like this: Follows the code: import…