1
import template from "./Tag.html";
2
angular.module("esNgAntd").directive("antdTag", function () {
3 4 5 6 7 8
return { restrict: "E", replace: true, transclude: true }; });