import { DaffContentPageHtmlServiceInterface } from '@daffodil/content/driver'
Query CMS pages.
interface DaffContentPageHtmlServiceInterface<T extends DaffContentHtmlPage = DaffContentHtmlPage> {
get(id: T["id"]): Observable<T>
}
ObservableGet a content page with the specified ID.
| Parameter | id: T["id"] |
|---|---|
| Description |