/** * Provides interfaces and implementations for AngularJS's route mechanism, * which is used to manage multiple views within a single-page-application. * <p> * In order to use the components in this module, the user must add the * following inherit statements in his or code. * </p> * <pre> * {@code <inherits name="com.asayama.gwt.angular.route.NGRoute" />} * </pre> */ package com.asayama.gwt.angular.route.client;