In one of my Angular 2 routes’s templates (FirstComponent) I have a button first.component.html <div class="button" click="routeWithData()">Pass data and route</div> My goal is ...
-
May 11, 2022
- 0 Comments