You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I'm doing something wrong, but I get this error when I try to include the library in my project using angular 2.0.2 and the latest version of ng2-select2: 1.0.0-beta.16
If I use 1.0.0-beta.10 instead (prior to #67), the error doesn't happen.
log:
Error: Uncaught (in promise): Error: Template parse errors:
<ng-content> element cannot have content. <ng-content> must be immediately followed by </ng-content> ("
<select #selector>
[ERROR ->]<ng-content select="option, optgroup">
</ng-content>
</select>"): Select2Component@2:12
Error: Template parse errors:
<ng-content> element cannot have content. <ng-content> must be immediately followed by </ng-content> ("
<select #selector>
[ERROR ->]<ng-content select="option, optgroup">
</ng-content>
</select>"): Select2Component@2:12
I'm not sure if I'm doing something wrong, but I get this error when I try to include the library in my project using angular 2.0.2 and the latest version of ng2-select2: 1.0.0-beta.16
If I use 1.0.0-beta.10 instead (prior to #67), the error doesn't happen.
log:
package.json:
The text was updated successfully, but these errors were encountered: