martinsvb / ng2-summernote

Angula 2.0 summernote wysiwyg editor integration
14 stars 12 forks source link

Error in template file #12

Open navneetccna opened 7 years ago

navneetccna commented 7 years ago

Unhandled Promise rejection: Template parse errors: 'ng2-summernote' is not a known element:

  1. If 'ng2-summernote' is an Angular component, then verify that it is part of this module.
  2. If 'ng2-summernote' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. (" [(ngModel)]="rechtlichesDetails.description" required>

                            [ERROR ->]<ng2-summernote [(ngModel)]="rechtlichesDetails.description" height="500" lang="cs-CZ"></ng2-summerno"): ng:///RestaurantModule/EditRechtlichesComponent.html@23:32 ; Zone: <root> ; Task: Promise.then ; Value: Error: Template parse errors:
ohiobobcat commented 6 years ago

Having the same issue