Outils pour utilisateurs

Outils du site


informatique:java-script:angular:routing

Routing

Date de création : 2020/12/06 21:19

 
import { Router } from '@angular/router';

Bien mettre dans le param du Constructeur :

constructor(private _router: Router) {}

puis on peut passer directemnt:

this._router.navigate(['maPage']);
informatique/java-script/angular/routing.txt · Dernière modification : 2022/04/10 17:44 de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki