You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mehmet-erim
It is very great about DynamicLayoutComponent,
I know i should set layout types in CoreModule,
CoreModule.forRoot({
environment,requirements: {//not just in core module ,but also other lazy module need to change their layoutslayouts: LAYOUTS,},}),
But in my situation,I need to change layouts definition in Lazy Load Module:
Is there any way to do it now?
I think if we add a action for modify Config.State.requirements just like SetEnvironment(#2822).
does DynamicLayoutComponent works fine?
By the way ,
In Route, layout property is enum type ,we can define just three kinds of layout,
If let it be a string,we can add other custom layouts, DynamicLayoutComponent will be more flexibility
@mehmet-erim
It is very great about
DynamicLayoutComponent
,I know i should set
layout types
inCoreModule
,But in my situation,I need to change layouts definition in
Lazy Load Module
:Is there any way to do it now?
I think if we add a action for modify
Config.State.requirements
just likeSetEnvironment
(#2822).does
DynamicLayoutComponent
works fine?By the way ,
In
Route
,layout
property isenum
type ,we can define just three kinds of layout,If let it be a
string
,we can add other custom layouts,DynamicLayoutComponent
will be more flexibilitySo ,I hope:
1.add
SetRequirements
action forConfig.State
2.let
layout
ofRoute
type beeLayoutType | string
thank you.
The text was updated successfully, but these errors were encountered: