packages/eui/packages/components/directives/eui-maxlength.directive.ts
[object Object],[object Object],[object Object]
Module that provides the EuiMaxLengthDirective. Import this module to use the directive in your application.
Example :```typescript
@NgModule({
imports: [EuiMaxLengthDirectiveModule]
})
export class MyModule { }