New to Kendo UI for Angular? Start a free 30-day trial
AvatarModule
Defines the NgModule
for the Avatar component.
Use this module to add the Avatar component to your NgModule-based Angular application.
typescript
import { AvatarModule } from '@progress/kendo-angular-layout';
import { NgModule } from '@angular/core';
@NgModule({
imports: [AvatarModule]
})
export class AppModule { }