aboutsummaryrefslogtreecommitdiffstats
path: root/stories/ng2-component-lab/notification.component.exp.ts
diff options
context:
space:
mode:
Diffstat (limited to 'stories/ng2-component-lab/notification.component.exp.ts')
-rw-r--r--stories/ng2-component-lab/notification.component.exp.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/stories/ng2-component-lab/notification.component.exp.ts b/stories/ng2-component-lab/notification.component.exp.ts
deleted file mode 100644
index ba2ba24..0000000
--- a/stories/ng2-component-lab/notification.component.exp.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { experimentOn } from '@islavi/ng2-component-lab';
-
-export default experimentOn('Notification')
- .group("Default Notification",[
- {
- id: 'notificationContainer',
- showSource: true,
- title: 'Notification Container',
- description: 'container example ...',
- template: `<notifications-example></notifications-example>`,
- }]);