import { Meta, Story, Controls } from "@storybook/addon-docs"; import * as stories from "./anon-layout-wrapper.stories"; # Anon Layout Wrapper NOTE: These stories will treat "Light & Dark" mode as "Light" mode. This is done to avoid a bug with the way that we render the same component twice in the same iframe and how that interacts with the `router-outlet`. ## Anon Layout Wrapper Component The auth owned `AnonLayoutWrapperComponent` orchestrates routing configuration data and feeds it into the `AnonLayoutComponent`. See the `Anon Layout` storybook for full documentation on how to use the `AnonLayoutWrapperComponent`. ## Default Example with all 3 outlets used ## Dynamic Anon Layout Wrapper Content Example This example demonstrates a child component using the `DefaultAnonLayoutWrapperDataService` to dynamically set the content of the `AnonLayoutWrapperComponent`.