TAMULib/tamu-library-components

TL Header and Footer should not be lazy loaded.

Opened this issue · 0 comments

The TL Footer is being lazy-loaded and does not show up until scrolling to the bottom.

The TL-Footer is expected to be fixed at the bottom of the page, so do not lazy load it.

{ component: TlFooterComponent, selector: 'tl-footer', lazy: true },

The header likely should also be not lazy-loaded:

{ component: TlHeaderComponent, selector: 'tl-header', lazy: true },