Réponse
$routeProvider
Colonne
Explication
Exemple :
var app = angular.module('GalleryApp', ['ngRoute']);
app.config(function ($routeProvider) {
$routeProvider
...
});
Question
Principal ! Used to define the application routes.
Thématique