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