Am using Angular2 . And in my project I used like
<table border="1" cellspacing="10" cellpadding="10" width="500">
<tr><th>NAME</th>
<th>Value</th>
</tr>
<tr *ngFor = "let d of Data">
<td><a
href="#/pages/Update?id={{d.name}}">{{d.name}}</a></td><td>{{d.value}}</td></tr></table>
When click on the name it will be passed with the URL . But the problem is how
it can be displayed in another page template.
I want to access it another page template and it must be displayed in table.
How can I make it possible ..??
--
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.