TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Weaver Header and Footer should not be lazy loaded. #448

Open kaladay opened 3 years ago

kaladay commented 3 years ago

In the event that the footer gets setup as fixed, such as in tamu-library-components, then this needs to not be lazy-loaded.

https://github.com/TAMULib/weaver-components/blob/e8ee49c21d6425d10c26050df67728a6983a2598/projects/wvr-elements/src/lib/core/wvr-core.module.ts#L49

The header should likely not be lazy loaded as well: https://github.com/TAMULib/weaver-components/blob/e8ee49c21d6425d10c26050df67728a6983a2598/projects/wvr-elements/src/lib/core/wvr-core.module.ts#L50