# steps to init this angular module

1. add menu item into the `environment.ts`'s menu section.
```
{
  i18n: null,
  group: false,
  hideInBreadcrumb: false,
  children: [
    {
      i18n: null,
      group: false,
      hideInBreadcrumb: false,
      children: null,
      text: "xAggregatex列表",
      icon: "anticon anticon-solution",
      shortcutRoot: false,
      link: "/xaggregatex",
      badge: 0,
      // acl: "xmodx_query_xaggregatex",
      shortcut: false,
    },
  ],
  text: "xAggregatex",
  icon: "anticon-solution",
  shortcutRoot: false,
  link: null,
  badge: 0,
  // acl: "xmodx_query_xaggregatex",
  shortcut: false,
},
```
