summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts')
-rw-r--r--sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts14
1 files changed, 14 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts b/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts
new file mode 100644
index 00000000..01973295
--- /dev/null
+++ b/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts
@@ -0,0 +1,14 @@
+/**
+ * Created by 10190264 on 2016/12/15.
+ */
+import {CommonModule} from '@angular/common';
+import {NgModule} from '@angular/core';
+import {PlxButtonDirective} from './button.directive';
+
+@NgModule({
+ imports: [CommonModule],
+ exports: [PlxButtonDirective],
+ declarations: [PlxButtonDirective]
+})
+export class PlxButtonModule {
+} \ No newline at end of file