UNPKG

@rxdi/ui-components

Version:

UI Components for building graphql-server website

10 lines (8 loc) 303 B
import { Module } from '@rxdi/core'; import { HamburgerController } from './hamburger.controller'; import { HamburgerControllerEffect } from './hamburger-controller.effect'; @Module({ controllers: [HamburgerController], effects: [HamburgerControllerEffect] }) export class HamburgerServerModule {}