@wavemaker/angular-codegen 11.0.0-next.140021 → 11.0.0-next.71006

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.0.0-next.140021",
3
+ "version": "11.0.0-next.71006",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -44,6 +44,7 @@ import { ChartModule } from '@wm/components/chart';
44
44
 
45
45
  //Containers
46
46
  import { AccordionModule } from '@wm/components/containers/accordion';
47
+ import { LinearLayoutModule } from '@wm/components/containers/linear-layout';
47
48
  import { LayoutGridModule } from '@wm/components/containers/layout-grid';
48
49
  import { PanelModule } from '@wm/components/containers/panel';
49
50
  import { TabsModule } from '@wm/components/containers/tabs';
@@ -171,6 +172,7 @@ const componentsModule = [
171
172
 
172
173
  // container modules
173
174
  AccordionModule,
175
+ LinearLayoutModule,
174
176
  LayoutGridModule,
175
177
  PanelModule,
176
178
  TabsModule,