Common.js 179 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 import baseStyle from "antd/lib/style/index.css"; angular.module("esNgAntd").directive(function () { return { restrict: "E", replace: true, transclude: true }; });