Tag.js 175 Bytes
import template from "./Tag.html";
angular.module("esNgAntd").directive("antdTag", function () {
  return {
    restrict: "E",
    replace: true,
    transclude: true
  };
});