@wavemaker/angular-codegen 11.0.0-next.140019 → 11.0.0-next.71007

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.0.0-next.140019",
3
+ "version": "11.0.0-next.71007",
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,