@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.
- angular-codegen/angular-app/angular.json +32 -0
- angular-codegen/angular-app/package.json +1 -1
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/dependencies/transpilation-mobile.cjs.js +332 -299
- angular-codegen/dependencies/transpilation-web.cjs.js +332 -299
- angular-codegen/package.json +1 -1
- angular-codegen/templates/app.module.ts.hbs +2 -0
angular-codegen/package.json
CHANGED
@@ -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,
|