Posts by Paulo Rodrigues • 11 points
2 posts
-
-1
votes1
answer39
viewsQ: How can I make the form input data appear in another component’s html
this error should be simple but I’m new with angular I believe I must make few changes to that code Code of the Service below: import { Grade } from './../calculator/calculator.model'; import {…
-
0
votes1
answer828
viewsQ: How to use Localstorage in a functional React component
How can I use Localstorage in this case the way I did works only with class component Error that appears is: Typeerror: repositories is not a Function export default function Main() { const…