How do I (re)format links within an external html file that target 
different routes in an Angular 4 app to "work" without reloading the app 
when clicked. The external html file, containing text and links, gets 
loaded into one view and contains links to the second view e.g.

<p>... blah blah blah.</p><p>Enter your survey data into <a href="/persons">the 
form</a> and click the 'Analyze' button</p><p>blah blah blah...</p>


How do I get links such as these, surrounded by text, to be re-purposed 
correctly (into, I guess, their routerLink equivalents) so that they behave 
like the routing links I have on my navbar and don't cause the app 
reloading when they are clicked?

Thanks, Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to