/** * Provides interfaces and implementations for AngularJS's sanitize mechanism, * which is used to embed thirdparty HTML in the view. * <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.sanitize.NGSanitize" />} * </pre> */ package com.asayama.gwt.angular.sanitize.client;