('title')}>{data.title}
('subtitle')}>{data.subtitle}
{{ data.title }}
{data.title}
{{ data().title }}
{{ data.subtitle }}
``` #### `[llContent]` [#llcontent] A convenience directive that sets both `data-ll-id` and `data-ll-schema` on the host element from a single `ContentDataSchema` input. Useful for sub-schemas rendered without a dedicated component: ```typescript import { ContentDirective } from '@localess/angular/browser'; @Component({ imports: [ContentDirective], }) export class PageComponent {} ``` ```html{content.data?.title}
{data.title}
('title')}>{data.title}
('subtitle')}>{data.subtitle}