$route
service. This service works by mapping URLs against controllers and views. We can also allow parameter passing. This service is part of the ngRoute
module and we need to declare it before using it, as follows.<script src="angular-route.js"></script>
var parking = angular.module("parking", ["ngRoute"]);