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
Having issue with ng2-select2.
No other errors besides a console error reading 'Please add Select2 library (js file) to the project'.
my package.json file has
"ng-select2": "1.0.0-beta.12"
"select2": "4.0.6-rc.1"
my angular-cli.json file is including
"scrips: [
"jquery.min.js"
"select2/dist/js/select2.full.js"
]
I followed the mulitselect demo word for word. Can anyone help?
The text was updated successfully, but these errors were encountered:
Having issue with ng2-select2.
No other errors besides a console error reading 'Please add Select2 library (js file) to the project'.
my package.json file has
"ng-select2": "1.0.0-beta.12"
"select2": "4.0.6-rc.1"
my angular-cli.json file is including
"scrips: [
"jquery.min.js"
"select2/dist/js/select2.full.js"
]
I followed the mulitselect demo word for word. Can anyone help?
The text was updated successfully, but these errors were encountered: