Wygenerowałem nową @Directive przez Angular CLI, zaimportowałem ją do mojego app.module.ts import { ContenteditableModelDirective } from './directives/contenteditable-model.directive'; import { ChatWindowComponent } from './chat-window/chat-window.component'; @NgModule({ declarations: [...