I'm new to UI development, and am creating a new Angular 7 Material app entirely by example.
I'm working on a form that will accept a URL as input, then refresh itself with data from the URL (in read-only input fields). From what I've gathered, a template-driven approach is most suitable for this use case, correct? I'm using Material components, but I can't find any template-driven Material examples, and I'm getting really confused as to what tags to use when.
Can someone provide some guidance/suggestions, and point me to a tutorial I can follow?
Note: I don't think the post referenced below addresses my issue, because it doesn't include examples.