--- Title: About Component Added: v3.5.0 Status: Active Last reviewed: 2022-11-11 --- # About Component Presentational component to display About information as a set of collapsible panels. ## Basic Usage ```html ``` ## Conditional Display You can wire each panel with the `*ngIf` conditions: ```html ``` Where `devMode` is an example of an input property exposed by your component. Observables are also supported: ```html ```