AvatarModule
Class
Defines the NgModule for the Avatar component.
Use this module to add the Avatar component to your NgModule-based Angular application.
Definition
Package:@progress/kendo-angular-layout
Syntax:
TS
import { AvatarModule } from '@progress/kendo-angular-layout';
import { NgModule } from '@angular/core';
@NgModule({
imports: [AvatarModule]
})
export class AppModule { }