Get started with angular-route CDN

MIT licensed

AngularRoute is a module in AngularJS that manages client-side routing and view transitions.

Tags:
  • angular
  • framework
  • browser
  • router
  • client-side

Stable version

Copied!

How to start using angular-route CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with angular-route CDN - cdnhub.io</title>
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/angular.min.js"></script>
  <script src="https://cdn.cdnhub.io/angular-route/1.8.3/angular-route.min.js"></script>
  <script src="app.js"></script>
</head>
<body ng-app="myApp">
  <div ng-view></div>
</body>
</html>
Copied!
Copied!
Copied!

All versions