Inline
```ts angular uncollapsed no-playground
import {ChangeDetectionStrategy, Component, Input} from '@angular/core';
@Component({
})
export class ExampleComponent {
}
```
External
{{#angular ./example.ts#ExampleComponent uncollapsed no-playground}}