On this page
Angular Image Component
Angular image directive with responsive behavior (so it never becomes larger than their parent element) and special styles.
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
```typescript
import { ImgModule } from '@coreui/angular';
@NgModule({
imports: [ImgModule,]
})
export class AppModule(){}
```
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `align` | Set the horizontal aligment. | ``""`` \| ``"start"`` \| ``"end"`` \| ``"center"`` | `""` |
| `fluid` | Make image responsive. | `boolean` | _false_ |
| `rounded` | Make image rounded. | `boolean` |_false_|
| `thumbnail` | Give an image a rounded 1px border appearance. | `boolean` | _false_ |