aboutsummaryrefslogtreecommitdiffstats
path: root/stories/ng2-component-lab/notification.component.exp.ts
blob: ba2ba2439e55b795494ab3f94124358ee78c8ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>`,
        }]);