A simple default page.

Doesn't do much more than fires "hyloComponentLoaded" when it got loaded. Meant to be used in combination with hylo-template and a site which loads its pages dynamically.

Closes hylo-video and hylo-audio when deactivated and a child of a hylo-template component.

Updates hylo-slider, hylo-drag-area, hylo-masonry and hylo-leaflet-maps components when reactivated and a child of a hylo-template component.

Updates hylo-slider, hylo-drag-area, hylo-masonry and hylo-leaflet-maps components when a hylo-responsive-image child loaded/updated its image.

Properties

addPageWidth: boolean

Wraps the content with a hylo-page-width component if the content itself does not contain one.

componentDidActivate: Function

A function called when the component gets activated again through an ancestor hylo-nav component either because it is the loaded page component or it is a child of a hylo-template component.

componentWillDeactivate: Function

A function called when the component will get deactivated through an ancestor hylo-nav component either because it is the loaded page component or it is a child of a hylo-template component.

Events

hyloComponentLoaded: EventEmitter<any>

Fires when the page got loaded.

Generated using TypeDoc